Skip to content

Commit 27a622e

Browse files
authored
Merge pull request #6 from Dhii/bug/5-composer-errs-on-initial-install
2 parents 617e8eb + b58880c commit 27a622e

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)