Skip to content

Commit eb952f4

Browse files
committed
*
1 parent 4d51baf commit eb952f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /go/src/github.com/lifei6671/godoc
1111
RUN chmod +x start.sh
1212

1313
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
14+
go build -v -o godoc-linux-amd64 -ldflags "-w"
15+
1616

1717
CMD ["./start.sh"]

0 commit comments

Comments
 (0)