Skip to content

Commit

Permalink
Validate engines
Browse files Browse the repository at this point in the history
  • Loading branch information
boboldehampsink committed Dec 11, 2024
1 parent 195277e commit d33678b
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 @@ -141,6 +141,7 @@ ONBUILD RUN composer install --prefer-dist --no-scripts --no-progress --no-inter

# run yarn install
ONBUILD COPY *package*.json *yarn.lock .yarn* *.npmrc Dockerfile /app/user/
ONBUILD RUN $ yarn plugin import https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js
ONBUILD RUN [ -f yarn.lock ] && yarn install --mode=skip-build --network-timeout 1000000 || true

# rest of app
Expand Down

0 comments on commit d33678b

Please sign in to comment.