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 /
|
||||
ADD ./bin/mg-telegram /
|
||||
ADD ./templates/ /templates/
|
||||
ADD ./web/ /web/
|
||||
|
||||
EXPOSE 3001
|
||||
|
||||
ENTRYPOINT ["/mg-telegram", "run"]
|
||||
ENTRYPOINT ["/mg-telegram"]
|
||||
|
||||
CMD ["run"]
|
||||
|
Loading…
Reference in New Issue
Block a user