mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
Update Dockerfile
This commit is contained in:
parent
cd0dafc106
commit
c1b4001ba3
@ -13,7 +13,6 @@ 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 ls
|
RUN ls
|
||||||
RUN gox -build-toolchain
|
RUN go build
|
||||||
RUN gox
|
|
||||||
|
|
||||||
CMD ["./start.sh"]
|
CMD ["./start.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user