feat(catalog) : M6 — Catalogue produits (ERP-197 → ERP-203) #154

Merged
matthieu merged 9 commits from feat/erp-203-tests-product-rg into develop 2026-06-25 12:50:16 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 1ee48555bd - Show all commits
+1 -1
View File
@@ -1,2 +1,2 @@
parameters:
app.version: '0.1.151'
app.version: '0.1.152'
+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