Skip to content

Commit d9be967

Browse files
mount your folders with docker run -v ../..:/root/input etc.
1 parent b12395d commit d9be967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN apt-get autoclean \
3939
&& rm -rf /var/lib/apt/lists/*
4040

4141
# expose Volumes
42-
VOLUME /input /output /scripts
42+
RUN mkdir input output scripts
4343

4444
#set direcotries
4545
WORKDIR /root

0 commit comments

Comments
 (0)