This commit is contained in:
b1ek 2023-08-05 04:06:14 +10:00
parent 9a7d5675f7
commit ba0487cb50
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ FROM alpine
WORKDIR /opt/data
COPY --from=builder /usr/local/cargo/bin/gitea-bot /bin/gitea-bot
RUN [ "/bin/gitea-bot" ]
CMD [ "gitea-bot" ]