diff --git a/Dockerfile b/Dockerfile index 157a019..21d5246 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 [ "gitea-bot" ] \ No newline at end of file +RUN [ "/bin/gitea-bot" ] \ No newline at end of file