Minho 8 年之前
父节点
当前提交
eb952f44a9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -11,7 +11,7 @@ WORKDIR /go/src/github.com/lifei6671/godoc
 RUN chmod +x start.sh
 
 RUN  go get -d ./... && \
-    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 conf/*.go
+    go build  -v -o godoc-linux-amd64 -ldflags "-w" 
+
 
 CMD ["./start.sh"]