mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-21 19:29:53 +08:00
Update Dockerfile
This commit is contained in:
@@ -12,7 +12,8 @@ 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 gox -h
|
RUN ls
|
||||||
RUN gox -os "windows linux darwin" -arch amd64
|
RUN gox -build-toolchain
|
||||||
|
RUN gox
|
||||||
|
|
||||||
CMD ["./start.sh"]
|
CMD ["./start.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user