mlpdraftbot/Dockerfile

8 lines
168 B
Docker
Raw Normal View History

2019-08-22 12:19:17 +00:00
FROM golang:alpine
RUN apk add git
ENV GOPROXY https://modules.fromouter.space
RUN go get git.fromouter.space/mcg/mlpdraftbot
ENTRYPOINT [ "mlpdraftbot" ]
EXPOSE 5749