1
0
mirror of synced 2024-11-22 04:26:01 +03:00
mg-transport-telegram/Dockerfile

14 lines
191 B
Docker
Raw Normal View History

2018-05-18 15:38:59 +03:00
FROM golang:1.9.3-stretch
WORKDIR /
2018-05-18 15:38:59 +03:00
ADD ./bin/mg-telegram /
ADD ./templates/ /templates/
2018-05-18 17:34:31 +03:00
ADD ./web/ /web/
2018-05-18 18:41:29 +03:00
ADD ./translate/ /translate/
EXPOSE 3001
2018-05-18 17:34:31 +03:00
ENTRYPOINT ["/mg-telegram"]
CMD ["run"]