Lo
This commit is contained in:
parent
588a412704
commit
f889e36ac2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue