We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617e8eb commit b58880cCopy full SHA for b58880c
docker/Dockerfile
@@ -36,4 +36,4 @@ FROM build as vendor-dev
36
ARG BUILD_ROOT_PATH
37
38
WORKDIR ${BUILD_ROOT_PATH}
39
-RUN composer install
+RUN COMPOSER_DISCARD_CHANGES=true composer install
0 commit comments