diff --git a/Dockerfile b/Dockerfile index 9015cdc..fde585d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN bun install # Cron job RUN apk add --no-cache curl -RUN curl -OL /code/app/supercronic https://github.com/aptible/supercronic/releases/latest/download/supercronic-linux-amd64 \ +RUN curl -Lo /code/app/supercronic https://github.com/aptible/supercronic/releases/latest/download/supercronic-linux-amd64 \ && chmod +x /code/app/supercronic COPY cron /code/app/cron