Add static files to Dockerfile
This commit is contained in:
parent
204266df16
commit
576f266835
@ -3,7 +3,10 @@ FROM golang:1.9.3-stretch
|
|||||||
WORKDIR /
|
WORKDIR /
|
||||||
ADD ./bin/mg-telegram /
|
ADD ./bin/mg-telegram /
|
||||||
ADD ./templates/ /templates/
|
ADD ./templates/ /templates/
|
||||||
|
ADD ./web/ /web/
|
||||||
|
|
||||||
EXPOSE 3001
|
EXPOSE 3001
|
||||||
|
|
||||||
ENTRYPOINT ["/mg-telegram", "run"]
|
ENTRYPOINT ["/mg-telegram"]
|
||||||
|
|
||||||
|
CMD ["run"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user