rideaware-api/.dockerignore
Cipher Vance 485320737b feat: replace Python Dockerfile with Go multi-stage build
- Convert from Python 3.10 Flask app to Go 1.21 Alpine build
- Add multi-stage Docker build for optimized production image
- Create non-root user for security
- Update health check for new port 8080
- Add comprehensive .dockerignore for Go project
2025-09-18 20:06:37 -05:00

13 lines
No EOL
131 B
Text

.env
.git
.gitignore
README.md
Dockerfile
.dockerignore
.air.toml
tmp/
.vscode/
.idea/
*.log
coverage.out
rideaware-api