1
0
mirror of synced 2025-02-07 07:39:23 +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"]