Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsondev19 committed Nov 18, 2024
1 parent 8022700 commit 25ae920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV ACCESS_KEY=""
ENV SECRET_KEY=""
ENV MINIO_BUCKET=""
ENV DATABASE_URL=""
ENV CRON_SCHEDULE=""
ENV CRON_SCHEDULE="0 5 * * *"

RUN apk add --no-cache postgresql-client minio-client

Expand Down

0 comments on commit 25ae920

Please sign in to comment.