feat: add docker deploy configuration for staging and production

This commit is contained in:
mono
2026-03-15 21:02:46 -05:00
parent 65f8b545c6
commit 95a9a5cb1f
5 changed files with 167 additions and 0 deletions

34
deploy/.dockerignore Normal file
View File

@@ -0,0 +1,34 @@
# Dependencies
node_modules
# Build output (will be generated inside container)
dist
# Git
.git
.gitignore
# IDE
.idea
.vscode
# Logs
*.log
npm-debug.log*
# Environment files (use deploy/.env.staging or .production instead)
.env
.env.local
.env.*.local
# Development
.vite
*.Dockerfile
docker-compose*.yml
deploy/Dockerfile
deploy/build.sh
deploy/.env*
# Misc
*.md
LICENSE