feat: add Docker support with environment configuration and health checks

This commit is contained in:
2025-07-02 19:10:32 +00:00
committed by GitHub
parent 4fe02675ec
commit d7f4894c7c
7 changed files with 350 additions and 1 deletions

25
.dockerignore Normal file
View File

@@ -0,0 +1,25 @@
node_modules
.next
.git
.gitignore
README.md
.env.local
.env.example
*.log
.DS_Store
Thumbs.db
.vscode
.idea
coverage
.nyc_output
*.tgz
*.tar.gz
.cache
.parcel-cache
dist
build
.vercel
.netlify
.turbo
.github
4xnored.png