productionize
This commit is contained in:
@@ -33,6 +33,8 @@ Thumbs.db
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
.env.production.example
|
||||
|
||||
# Database (will be persisted via volumes)
|
||||
*.db
|
||||
@@ -51,6 +53,9 @@ docker-compose*.yml
|
||||
README.md
|
||||
CLAUDE.md
|
||||
|
||||
# Nginx config
|
||||
nginx.conf.example
|
||||
|
||||
# Frontend build output (not needed during image build)
|
||||
frontend/frontend/dist
|
||||
backend/static/index.html
|
||||
|
||||
Reference in New Issue
Block a user