mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
*
This commit is contained in:
parent
d067bd6124
commit
209ae8a2be
@ -11,7 +11,7 @@ WORKDIR /go/src/github.com/lifei6671/godoc
|
|||||||
RUN chmod +x start.sh
|
RUN chmod +x start.sh
|
||||||
|
|
||||||
RUN go get -d ./... && \
|
RUN go get -d ./... && \
|
||||||
go build -ldflags "-w" && \
|
go build -v -o godoc-linux-amd64 -ldflags "-w" && \
|
||||||
rm -rf commands controllers models routers search vendor .gitignore .travis.yml Dockerfile gide.yaml LICENSE main.go README.md utils graphics Godeps
|
rm -rf commands controllers models routers search vendor .gitignore .travis.yml Dockerfile gide.yaml LICENSE main.go README.md utils graphics Godeps conf/*.go
|
||||||
|
|
||||||
CMD ["./start.sh"]
|
CMD ["./start.sh"]
|
5
start.sh
5
start.sh
@ -36,10 +36,5 @@ if [ ! -z $HTTP_PORT] ; then
|
|||||||
sed -i 's/^httpport.*/httpport='$HTTP_PORT'/g' conf/app.conf
|
sed -i 's/^httpport.*/httpport='$HTTP_PORT'/g' conf/app.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for GOOS in darwin linux windows; do
|
|
||||||
for GOARCH in 386 amd64; do
|
|
||||||
go build -v -o godoc-$GOOS-$GOARCH
|
|
||||||
done
|
|
||||||
done
|
|
||||||
|
|
||||||
/go/src/github.com/lifei6671/godoc/godoc-linux-amd64
|
/go/src/github.com/lifei6671/godoc/godoc-linux-amd64
|
Loading…
Reference in New Issue
Block a user