feat: add Docker support with environment configuration and health checks
This commit is contained in:
25
.dockerignore
Normal file
25
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user