Add repo polling support
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user