Skip to content

Commit

Permalink
Merge branch 'master' into php82
Browse files Browse the repository at this point in the history
  • Loading branch information
boboldehampsink authored Jul 25, 2023
2 parents b7649fc + 3dae3ee commit 65e90b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ RUN curl --silent --location https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$
ONBUILD COPY composer.json composer.lock /app/user/

# run install but without scripts as we don't have the app source yet
ENV COMPOSER_ALLOW_SUPERUSER=1
ONBUILD RUN composer install --prefer-dist --no-scripts --no-progress --no-interaction --no-autoloader

# run npm or yarn install
Expand Down

0 comments on commit 65e90b8

Please sign in to comment.