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 b9a7536 commit 96c9221Copy full SHA for 96c9221
Dockerfile
@@ -91,9 +91,8 @@ COPY ./usr/local/bin/startup-commands.php /usr/local/bin/
91
92
# configure composer
93
ENV COMPOSER_ALLOW_SUPERUSER=1 \
94
- COMPOSER_MEMORY_LIMIT=-1
95
-ENV PATH="$PATH:/opt/app/vendor/bin:~/.composer/vendor/bin"
96
-RUN composer global require hirak/prestissimo
+ COMPOSER_MEMORY_LIMIT=-1 \
+ PATH="$PATH:/opt/app/vendor/bin:~/.composer/vendor/bin"
97
98
# configure yarn
99
RUN yarn config set strict-ssl false && \
0 commit comments