1
0
mirror of synced 2025-01-30 20:01:42 +03:00
2018-05-23 17:40:09 +03:00

10 lines
139 B
Docker

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