Add repo polling support

This commit is contained in:
2022-12-20 18:42:34 -07:00
parent 53a3a70a06
commit 9cb4ca687e
7 changed files with 223 additions and 5 deletions
+3
View File
@@ -7,5 +7,8 @@ RUN go build .
FROM debian:bullseye
RUN apt-get update && apt-get install -y \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
COPY --from=builder /server/server /server
ENTRYPOINT ["/server"]