can redir, save data.yaml to image

This commit is contained in:
Bel LaPointe
2025-10-06 07:28:18 -06:00
parent 1e7adcf45c
commit 38786d3b1a
3 changed files with 39 additions and 14 deletions

View File

@@ -7,5 +7,6 @@ RUN cd ./srv; go build -o /go/bin/25-bday-qt
FROM alpine:3.18.4
COPY --from=builder /go/bin/25-bday-qt /bin/
COPY ./ /go/src/25-bday-qt
CMD []
ENTRYPOINT ["/bin/25-bday-qt"]