Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
greenygh0st committed Oct 1, 2024
1 parent 43ca04e commit 0526ec2
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 PGUSER=your_db_user \
PGHOST=your_db_host \
KEEPBACKUP=7

ENV CRONTIME = 0 2 * * *
ENV CRONTIME=${CRONTIME:-"0 2 * * *"}

# Install necessary packages including cron and bash
# RUN apk add --no-cache bash dcron
Expand Down

0 comments on commit 0526ec2

Please sign in to comment.