feat(docker): ajouter Dockerfile et docker-compose pour la configuration de l'environnement

This commit is contained in:
Boris Waaub
2026-01-28 17:02:37 +01:00
parent 651d2e4048
commit c0d4ab041e
2 changed files with 33 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
version: '3.9'
services:
front:
image: hugomods/hugo:latest
ports:
- "127.0.0.1:1313:1313"
volumes:
- ".:/src"
command: >
npm run dev