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

10 lines
139 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/
EXPOSE 3001
2018-05-18 15:38:59 +03:00
ENTRYPOINT ["/mg-telegram", "run"]