Skip to content

Commit

Permalink
Use more direct URL for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
boboldehampsink committed Jun 25, 2024
1 parent 1a8ad58 commit 223e7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ extension=xsl.so \n\
" >> /app/.heroku/php/etc/php/php.ini

# Install Yarn
RUN curl --verbose --silent --location https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz | tar --strip-components=1 -xz -C /app/.heroku/node
RUN curl --verbose --silent --location https://classic.yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz | tar --strip-components=1 -xz -C /app/.heroku/node

# copy dep files first so Docker caches the install step if they don't change
ONBUILD COPY composer.json composer.lock /app/user/
Expand Down

0 comments on commit 223e7d3

Please sign in to comment.