mirror of https://github.com/mindoc-org/mindoc.git
Update Dockerfile
parent
20393ff037
commit
a47cff5657
|
@ -13,6 +13,7 @@ RUN chmod +x start.sh
|
|||
RUN go get -d ./... && \
|
||||
go get github.com/mitchellh/gox
|
||||
RUN brew install glide
|
||||
RUN glide install
|
||||
RUN go build -ldflags "-w"
|
||||
|
||||
CMD ["./start.sh"]
|
||||
|
|
Loading…
Reference in New Issue