We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f93dc8 commit 0e62ebbCopy full SHA for 0e62ebb
.github/workflows/build_release.yml
@@ -21,7 +21,8 @@ jobs:
21
- name: Composer install
22
run: |
23
docker network create frontend
24
- docker compose run --rm --user=root phpfpm composer install --no-dev -o --classmap-authoritative
+ docker compose run --rm --user=root -e APP_ENV=prod phpfpm composer install --no-dev -o --classmap-authoritative
25
+ docker compose run --rm --user=root -e APP_ENV=prod phpfpm composer clear-cache
26
27
- name: Building assets for the frontend
28
0 commit comments