Skip to content

Commit 7aa9946

Browse files
committed
Try create files
1 parent 4daef1c commit 7aa9946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN mkdir /app
55
ADD . /app/
66
WORKDIR /app
77

8-
RUN mkdir files
8+
RUN mkdir -p files
99
RUN git init files
1010

1111
RUN git config --global user.email "system@dockercontainer"

0 commit comments

Comments
 (0)