init docker
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user