mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-10-21 19:37:27 +08:00
Update Dockerfile
This commit is contained in:
12
Dockerfile
12
Dockerfile
@@ -9,10 +9,12 @@ ADD . /go/src/github.com/lifei6671/mindoc
|
||||
WORKDIR /go/src/github.com/lifei6671/mindoc
|
||||
|
||||
RUN chmod +x start.sh
|
||||
|
||||
RUN go get -d ./... && \
|
||||
go get github.com/mitchellh/gox && \
|
||||
gox -os "windows linux darwin" -arch amd64
|
||||
RUN go get -d ./...
|
||||
RUN go get github.com/mitchellh/gox
|
||||
RUN go gox -os "windows linux darwin" -arch amd64
|
||||
#RUN go get -d ./... && \
|
||||
#go get github.com/mitchellh/gox && \
|
||||
#gox -os "windows linux darwin" -arch amd64
|
||||
|
||||
|
||||
CMD ["./start.sh"]
|
||||
CMD ["./start.sh"]
|
||||
|
Reference in New Issue
Block a user