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 1158e2f commit b793049Copy full SHA for b793049
.github/workflows/github_build_release.yml
@@ -21,8 +21,8 @@ jobs:
21
- name: Composer install
22
run: |
23
docker network create frontend
24
- docker compose run --rm phpfpm composer install --no-dev -o --classmap-authoritative
25
- docker compose run --rm phpfpm composer clear-cache
+ docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer install --no-dev -o --classmap-authoritative
+ docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer clear-cache
26
rm -rf infrastructure
27
28
- name: Make assets dir
0 commit comments