go-pingbot/Dockerfile

6 lines
95 B
Docker

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