go-pingbot/Dockerfile

6 lines
80 B
Docker

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