We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4daef1c commit 7aa9946Copy full SHA for 7aa9946
Dockerfile
@@ -5,7 +5,7 @@ RUN mkdir /app
5
ADD . /app/
6
WORKDIR /app
7
8
-RUN mkdir files
+RUN mkdir -p files
9
RUN git init files
10
11
RUN git config --global user.email "system@dockercontainer"
0 commit comments