Skip to content

Commit b8287f8

Browse files
authored
Merge pull request #368 from phpdocker-io/dependency-updates
Dependency updates
2 parents 9fe0744 + 7397d82 commit b8287f8

File tree

2 files changed

+686
-903
lines changed

2 files changed

+686
-903
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ COPY public/index.php ./public/
5555

5656
RUN touch ./.env
5757

58-
RUN composer dump-autoload --optimize --classmap-authoritative --no-scripts \
58+
RUN COMPOSER_ALLOW_SUPERUSER=1 composer dump-autoload --optimize --classmap-authoritative --no-scripts \
5959
&& bin/console cache:warmup \
6060
&& chown www-data:www-data var/ -Rf
6161

0 commit comments

Comments
 (0)