Initial commit

This commit is contained in:
Вечерний детектив
2026-06-28 17:24:14 +00:00
commit 36575fd0fc
17 changed files with 861 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_server /usr/local/bin/evening_detective_server
RUN chmod +x /usr/local/bin/evening_detective_server
CMD ["/usr/local/bin/evening_detective_server"]