add docker

This commit is contained in:
2025-08-17 13:34:08 +01:00
parent 809164f2a3
commit ae3daf783e
4 changed files with 87 additions and 0 deletions

23
.dockerignore Normal file
View File

@@ -0,0 +1,23 @@
# Ignore everything not necessary for Docker build context
node_modules
.next
.git
.gitignore
.vscode
.idea
coverage
.turbo
.cache
.eslintcache
.vercel
dist
# Local env files (compose can pass env)
.env
.env.*
# Local caches
data/*.json
# OS files
.DS_Store