feat: docker and compose

This commit is contained in:
Julien Froidefond
2025-12-01 08:14:04 +01:00
parent 34874aae86
commit 86236aeb04
4 changed files with 104 additions and 0 deletions

16
.dockerignore Normal file
View File

@@ -0,0 +1,16 @@
node_modules
.next
.git
.gitignore
.env
.env.local
.env*.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
*.pem
README.md
.vscode
.idea