From ba0487cb50c070d30d5bbe2b5a64ce7c9d451034 Mon Sep 17 00:00:00 2001 From: b1ek Date: Sat, 5 Aug 2023 04:06:14 +1000 Subject: [PATCH] fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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