chore: wip

This commit is contained in:
2025-03-01 11:04:03 +01:00
parent 43232b4317
commit db964493c2
3 changed files with 7 additions and 13 deletions
+1
View File
@@ -10,4 +10,5 @@ RUN make
FROM scratch
COPY --from=builder /opt/builder/build/qotd /
COPY quotes.txt /
STOPSIGNAL SIGKILL
ENTRYPOINT ["/qotd"]