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 b85724b commit 3ecfe31Copy full SHA for 3ecfe31
Dockerfile
@@ -12,4 +12,4 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
12
13
COPY . /app
14
15
-RUN composer install
+RUN COMPOSER_ALLOW_SUPERUSER=1 composer install
0 commit comments