fix(infra) : copie du dossier templates dans l'image prod (impression bon de pesee)
Auto Tag Develop / tag (push) Successful in 12s

This commit is contained in:
2026-06-25 11:04:34 +02:00
parent 817975e0b7
commit 8085f30077
+1
View File
@@ -18,6 +18,7 @@ COPY config config/
COPY migrations migrations/
COPY public public/
COPY src src/
COPY templates templates/
RUN composer dump-autoload --optimize --no-dev