Commit graph

5 commits

Author SHA1 Message Date
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
Cipher Vance
f396c98cbe chore(docker): include .env, fix port, install dotenv 2025-09-09 08:31:16 -05:00
Cipher Vance
7cd0cb2377 fix(dockerfile): correct env vars, install gunicorn in builder, and improve runtime setup 2025-08-28 20:16:02 -05:00
Cipher
4e5531be7c refactor: build out dockerfile for production use 2025-08-26 10:22:21 -05:00
Blake Ridgway
5e19f9a789 (feat): Dockerfile init 2024-12-20 06:55:59 -06:00