from busybox


RUN mkdir /data/
RUN mkdir /logs
ADD assets/ /data

VOLUME /data
VOLUME /logs
