go-pingbot/Dockerfile

5 lines
95 B
Docker

FROM alpine
COPY pingbot.out /usr/bin/pingbot
ENTRYPOINT ["/usr/bin/pingbot", "--no-update"]