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.
2 parents 9fe0744 + 7397d82 commit b8287f8Copy full SHA for b8287f8
Dockerfile
@@ -55,7 +55,7 @@ COPY public/index.php ./public/
55
56
RUN touch ./.env
57
58
-RUN composer dump-autoload --optimize --classmap-authoritative --no-scripts \
+RUN COMPOSER_ALLOW_SUPERUSER=1 composer dump-autoload --optimize --classmap-authoritative --no-scripts \
59
&& bin/console cache:warmup \
60
&& chown www-data:www-data var/ -Rf
61
0 commit comments