mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 03:16:24 +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 ["$@"] |