test
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.19
|
||||
|
||||
RUN apk add --no-cache postgresql-client curl zip tzdata dcron
|
||||
RUN apk add --no-cache postgresql-client curl zip tzdata
|
||||
RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime
|
||||
RUN mkdir -p /var/log/cron /backups
|
||||
|
||||
@@ -12,4 +12,4 @@ RUN chmod +x backup.sh && \
|
||||
chmod 0644 /etc/crontabs/root && \
|
||||
touch /var/log/cron/cron.log
|
||||
|
||||
CMD ["crond", "-f", "-L", "/var/log/cron/cron.log"]
|
||||
CMD ["busybox", "crond", "-f", "-L", "/var/log/cron/cron.log"]
|
||||
Reference in New Issue
Block a user