improve logging

Reviewed-on: #49
This commit is contained in:
2025-03-16 20:40:43 +00:00
parent 23b050ef98
commit fe9e1197a7
7 changed files with 336 additions and 2 deletions

View File

@ -23,3 +23,5 @@ RUN composer install --optimize-autoloader --no-suggest --no-progress
RUN php bin/console tailwind:build
RUN php bin/console asset-map:compile
RUN echo "APP_ENV=prod" > .env.local
RUN php bin/console cache:clear --env=prod
RUN php bin/console cache:warmup --env=prod