Files
p2pool-docker/Dockerfile.testing
Mike Keller f52d09cf61 Automated Image Updates (#17)
* 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.
2021-02-23 11:53:18 -08:00

3 lines
40 B
Docker

FROM scratch
COPY hello /
CMD ["/hello"]