go-pingbot/Dockerfile

6 lines
95 B
Docker
Raw Normal View History

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