Initial commit

This commit is contained in:
The_evening_detective
2025-05-12 17:10:48 +00:00
commit a0f50ea2bf
12 changed files with 650 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM alpine:latest
RUN apk add --no-cache ca-certificates
COPY bin/evening_detective /usr/local/bin/evening_detective
RUN chmod +x /usr/local/bin/evening_detective
CMD ["/usr/local/bin/evening_detective"]