init docker

This commit is contained in:
2025-06-21 13:37:42 +03:00
parent cf2aa8be3b
commit 0028ca99d7
3 changed files with 78 additions and 33 deletions
+10
View File
@@ -0,0 +1,10 @@
FROM alpine:3.22
WORKDIR /app
COPY ./build/yabl /app/yabl
COPY ./build/book-reaper /app/book-reaper
RUN chmod +x /app/yabl /app/book-reaper
ENTRYPOINT ["/app/yabl"]