Skip to content

Commit d17ef86

Browse files
author
Spencer Rinehart
committed
Set the working directory for the docker build.
1 parent 723a9a4 commit d17ef86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ADD provisioning/set-env.sh /set-env.sh
1010
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
1111

1212
VOLUME ["/code"]
13+
WORKDIR /code
1314

1415
ENTRYPOINT ["/set-env.sh"]
1516
CMD ["/code/build.php"]

0 commit comments

Comments
 (0)