You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Dockerfile and .dockerignore for containerized deployment (#48)
Multi-stage Alpine build: fetches dependencies first for layer caching,
then builds the release binary. Runtime image is minimal Alpine with
ca-certificates and tzdata.
0 commit comments