mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-23 05:39:02 +00:00
11 lines
147 B
Docker
11 lines
147 B
Docker
![]() |
FROM dockurr/strfry:0.9.6
|
||
|
|
||
|
USER root
|
||
|
|
||
|
RUN apk add --no-cache dcron
|
||
|
|
||
|
RUN crontab -u root /etc/crontab
|
||
|
|
||
|
ENTRYPOINT ["/etc/entrypoint.sh"]
|
||
|
|
||
|
CMD ["$@"]
|