feat (docker): add Dockerfile and docker-compose for containerized setup

This commit is contained in:
Thibault Pouch
2026-03-03 15:15:57 +01:00
parent 53c5d952b5
commit 72a9fbdd74
3 changed files with 105 additions and 0 deletions

15
.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
node_modules
.next
.git
.gitignore
.env*
!.env.example
npm-debug.log
yarn-debug.log
yarn-error.log
README.md
.DS_Store
*.md
coverage
.vscode
.idea