diff --git a/Dockerfile b/Dockerfile index 21d5246..0c36e9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file +CMD [ "gitea-bot" ] \ No newline at end of file