feat : Add Dockerfile and .dockerignore for containerization setup

This commit is contained in:
Thibault Pouch
2026-05-01 10:53:34 +02:00
commit 2f7417c7fb
2 changed files with 26 additions and 0 deletions

4
.dockerignore Normal file
View File

@@ -0,0 +1,4 @@
node_modules
dist
.env
.git