Skip to content

Commit

Permalink
Add default WORKDIR /src.
Browse files Browse the repository at this point in the history
  • Loading branch information
kudato committed Nov 22, 2019
1 parent a661626 commit 8fd5734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ARG image
FROM ${image}

WORKDIR /src

ARG image_init
ENV IMAGE_INIT=${image_init} \
LANG=en_US.UTF-8 \
Expand Down

0 comments on commit 8fd5734

Please sign in to comment.