mirror of
https://github.com/AskDavis/cyphernode.git
synced 2026-01-01 04:25:58 -08:00
First push from Satoshi Portal's own cyphernode
This commit is contained in:
11
cron_docker/Dockerfile
Normal file
11
cron_docker/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk add --update --no-cache \
|
||||
curl
|
||||
|
||||
COPY callbacks_cron /etc/periodic/15min/callbacks_cron
|
||||
|
||||
RUN chmod +x /etc/periodic/15min/callbacks_cron
|
||||
|
||||
ENTRYPOINT ["crond"]
|
||||
CMD ["-f"]
|
||||
Reference in New Issue
Block a user