feat : Add Dockerfile and .dockerignore for containerization setup

This commit is contained in:
Thibault Pouch
2026-05-01 10:53:30 +02:00
commit 268f7949dc
2 changed files with 25 additions and 0 deletions

5
.dockerignore Normal file
View File

@@ -0,0 +1,5 @@
node_modules
.nuxt
.output
.env
.git