Commit Graph

3 Commits

Author SHA1 Message Date
Tristan Autin ee41c626f1 fix : portabilite Docker/Makefile sur macOS Apple Silicon
- env-init : test -f || cp (au lieu de cp --update=none, GNU-only, et cp -n
  qui renvoie exit 1 sur BSD quand la cible existe) — idempotent et POSIX
- Dockerfile : telechargement de node selon l'architecture detectee
  (x64 sur amd64, arm64 sur Apple Silicon)
2026-06-29 18:05:15 +02:00
matthieu 140dca9061 fix : resolve var/cache permission issue in Docker
Auto Tag Develop / tag (push) Has been cancelled
Create var/cache and var/log directories in Dockerfile and ensure
correct ownership in Makefile before running composer install.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-20 19:56:30 +02:00
Matthieu 4c9040c923 feat : init project Coltura (CRM/ERP)
Symfony 8 + API Platform 4 + Nuxt 4 monorepo.
Backend: User entity, JWT auth, fixtures.
Frontend: login, dashboard, auth middleware, i18n, @malio/layer-ui.
Docker: dev (ports 8083/3003/5436) + prod multi-stage.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 10:56:57 +02:00