- Add server Dockerfile with multi-stage build - Add frontend Dockerfile with Nginx - Add docker-compose.yml for orchestration - Add Nginx config with SSL support - Add deployment documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
105 B
Plaintext
14 lines
105 B
Plaintext
node_modules
|
|
dist
|
|
.git
|
|
.gitignore
|
|
*.md
|
|
!DEPLOY.md
|
|
.env
|
|
.env.local
|
|
*.log
|
|
.DS_Store
|
|
coverage
|
|
.vscode
|
|
.idea
|