mlpdraftbot/Dockerfile
2019-08-22 14:19:17 +02:00

8 lines
No EOL
168 B
Docker

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