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.
2 parents 617e8eb + b58880c commit 27a622eCopy full SHA for 27a622e
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