super-productivity/.dockerignore
Johannes Millan 75afe06b69 fix(docker): simplify env handling for Docker builds
- Always read system environment variables first, then override with .env file
- Ensure all required keys are always present in generated types
- Pass environment variables correctly in Docker build
- Update .dockerignore to exclude build artifacts
2025-08-09 12:16:31 +02:00

14 lines
107 B
Text

node_modules
.git
.gitignore
.angular
dist
app
release
backup
*.log
.idea
.vscode
coverage
e2e-results
tmp