fix(ci) : set APP_ENV=prod in production Dockerfile
All checks were successful
Auto Tag Develop / tag (push) Successful in 6s
All checks were successful
Auto Tag Develop / tag (push) Successful in 6s
Without APP_ENV=prod, Symfony defaults to dev and tries to load DoctrineFixturesBundle which is excluded by --no-dev. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -58,6 +58,8 @@ RUN curl --insecure https://getcomposer.org/composer.phar -o /usr/bin/composer &
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
ENV APP_ENV=prod
|
||||
|
||||
# Copier les fichiers projet
|
||||
COPY . /var/www/html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user