go-pingbot/Dockerfile
Oskar 43e46b5cad
chore(GoReleaser): publish to Docker (#23)
* Create Dockerfile
* Update .goreleaser.yml
* Update .github/workflows/ci.yml
2021-10-19 23:20:25 +02:00

5 lines
80 B
Docker

FROM alpine
COPY pingbot.out /usr/bin/pingbot
ENTRYPOINT ["/usr/bin/pingbot"]