Skip to content

Commit 3696c77

Browse files
fix: supercronic temp fix; see aptible/supercronic#177
1 parent 061b206 commit 3696c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ RUN chmod 644 logrotate.conf && groupadd mysql && useradd mysql -g mysql
3030

3131
COPY backup/ ./backup
3232

33-
CMD ["supercronic", "/root/crontab"]
33+
CMD ["/usr/bin/supercronic", "/root/crontab"]

0 commit comments

Comments
 (0)