mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-08 08:23:34 -05:00
* Adds initial workflow file for automatically keeping container images up to date. * TODO: Still requires testing for the cron schedule to ensure that it is working appropriately.
3 lines
40 B
Docker
3 lines
40 B
Docker
FROM scratch
|
|
COPY hello /
|
|
CMD ["/hello"] |