Skip to content

Commit b58880c

Browse files
authored
Discard local changes on initial install
Composer will now ignore and discard local changes on initial installation of dependencies. Fix #5.
1 parent 617e8eb commit b58880c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ FROM build as vendor-dev
3636
ARG BUILD_ROOT_PATH
3737

3838
WORKDIR ${BUILD_ROOT_PATH}
39-
RUN composer install
39+
RUN COMPOSER_DISCARD_CHANGES=true composer install

0 commit comments

Comments
 (0)