update sslproxy to support large files for nextcloud
This commit is contained in:
10
dockerfiles/services/cron/Dockerfile
Normal file
10
dockerfiles/services/cron/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM alpine:latest
|
||||
MAINTAINER Richard Morgan
|
||||
|
||||
|
||||
COPY ./periodic /etc/periodic/15min
|
||||
|
||||
# Run the command on container startup
|
||||
#CMD cron && tail -f /var/log/cron.log
|
||||
#CMD tail -f /var/log/cron.log
|
||||
CMD crond -l 2 -f
|
||||
Reference in New Issue
Block a user