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