This commit is contained in:
2026-05-16 00:50:26 +07:00
parent 8c2dd57e08
commit f1c69c0f1f
4 changed files with 14 additions and 19 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FROM alpine:latest
RUN apk add --no-cache ca-certificates
COPY bin/evening_detective /usr/local/bin/evening_detective
COPY bin/evening_detective_linux_arm64 /usr/local/bin/evening_detective
RUN chmod +x /usr/local/bin/evening_detective
CMD ["/usr/local/bin/evening_detective"]