We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d51baf commit eb952f4Copy full SHA for eb952f4
Dockerfile
@@ -11,7 +11,7 @@ WORKDIR /go/src/github.com/lifei6671/godoc
11
RUN chmod +x start.sh
12
13
RUN go get -d ./... && \
14
- go build -v -o godoc-linux-amd64 -ldflags "-w" && \
15
- rm -rf commands controllers models routers search vendor .gitignore .travis.yml Dockerfile gide.yaml LICENSE main.go README.md utils graphics Godeps conf/*.go
+ go build -v -o godoc-linux-amd64 -ldflags "-w"
+
16
17
CMD ["./start.sh"]
0 commit comments