1
0
mirror of synced 2024-11-25 13:16:02 +03:00
mg-transport-telegram/Dockerfile
2018-05-23 17:40:09 +03:00

13 lines
162 B
Docker

FROM golang:1.9.3-stretch
WORKDIR /
ADD ./bin/mg-telegram /
ADD ./templates/ /templates/
ADD ./web/ /web/
EXPOSE 3001
ENTRYPOINT ["/mg-telegram"]
CMD ["run"]