Skip to content

Commit

Permalink
Merge pull request #368 from phpdocker-io/dependency-updates
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
luispabon authored Feb 26, 2024
2 parents 9fe0744 + 7397d82 commit b8287f8
Show file tree
Hide file tree
Showing 2 changed files with 686 additions and 903 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ COPY public/index.php ./public/

RUN touch ./.env

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

Expand Down
Loading

0 comments on commit b8287f8

Please sign in to comment.