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