Skip to content

Commit

Permalink
*: use make clean and add docker ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
siddontang committed Apr 10, 2016
1 parent 7e27211 commit fd23cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.git
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . /go/src/github.com/pingcap/tidb
RUN cd /go/src/github.com/pingcap/tidb && \
make godep && make server && \
cp tidb-server/tidb-server /go/bin/ && \
rm -rf /go/src/*
make clean

EXPOSE 4000

Expand Down

0 comments on commit fd23cba

Please sign in to comment.