go-pingbot/Dockerfile

6 lines
80 B
Docker
Raw Normal View History

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