Removed mkdir, If the WORKDIR doesn’t exist, it will be created. (#19892)

This commit is contained in:
Artem Tokarev 2019-01-10 08:18:59 +02:00 committed by Michaël Arnauts
parent 01eee52990
commit 8b49ecbe7d
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
VOLUME /config
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
# Copy build scripts

View File

@ -17,7 +17,6 @@ LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
VOLUME /config
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
# Copy build scripts