feat: add Docker configuration with production-ready setup

This commit is contained in:
Julien Froidefond
2025-02-12 14:24:47 +01:00
parent c820644301
commit 52283e3155
3 changed files with 58 additions and 0 deletions

17
.dockerignore Normal file
View File

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