- docker-compose.yml for container orchestration - Dockerfile with multi-stage build (node builder + nginx) - nginx.conf for SPA serving
18 lines
155 B
Plaintext
18 lines
155 B
Plaintext
# Build output
|
|
dist/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Build info
|
|
*.tsbuildinfo
|
|
node_modules/.tmp/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|