mirror of https://github.com/mindoc-org/mindoc.git
Update Dockerfile
parent
359d77fafe
commit
cd0dafc106
|
@ -12,7 +12,8 @@ RUN chmod +x start.sh
|
|||
|
||||
RUN go get -d ./... && \
|
||||
go get github.com/mitchellh/gox
|
||||
RUN gox -h
|
||||
RUN gox -os "windows linux darwin" -arch amd64
|
||||
RUN ls
|
||||
RUN gox -build-toolchain
|
||||
RUN gox
|
||||
|
||||
CMD ["./start.sh"]
|
||||
|
|
Loading…
Reference in New Issue