Docker > Dockerfile > add "WORKDIR" (instead of "working_dir" in docker-compose.yml)

This commit is contained in:
Meritoo
2018-06-14 21:35:50 +02:00
parent 3726a26e47
commit 4c534394d9
2 changed files with 2 additions and 2 deletions

View File

@@ -127,3 +127,5 @@ RUN sed -i 's/^# export/export/g; \
# Use project-related binaries globally
#
ENV PATH="/project/vendor/bin:${PATH}"
WORKDIR /project