Skip to content

Commit

Permalink
Removed mkdir, If the WORKDIR doesn’t exist, it will be created. (hom…
Browse files Browse the repository at this point in the history
  • Loading branch information
tokarev-artem authored and michaelarnauts committed Jan 10, 2019
1 parent 01eee52 commit 8b49ecb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ LABEL maintainer="Paulus Schoutsen <[email protected]>"

VOLUME /config

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

# Copy build scripts
Expand Down
1 change: 0 additions & 1 deletion virtualization/Docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ LABEL maintainer="Paulus Schoutsen <[email protected]>"

VOLUME /config

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

# Copy build scripts
Expand Down

0 comments on commit 8b49ecb

Please sign in to comment.