Files
summercms-initial-research/.dockerignore
Jakub Zych e0e0281ff4 feat(01-03): create Dockerfile for containerization
- Add multi-stage Dockerfile (JDK build, JRE runtime)
- Use Eclipse Temurin 21 base images
- Configure health check on /health endpoint
- Add .dockerignore for efficient builds
- Environment variables for config override
2026-02-05 02:51:05 +01:00

31 lines
288 B
Plaintext

# Build artifacts
out/
.bsp/
# Git
.git/
.gitignore
# IDE
.idea/
*.iml
.vscode/
# Reference implementation
golem15-wintercms-starter/
# Documentation
*.md
!README.md
# Planning files
.planning/
# Infra (not needed in app container)
infra/
# Local environment
.env
.env.local
*.log