Skip to content

Commit

Permalink
docker: update dockerfile (pingcap#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamxy committed May 7, 2016
1 parent 0841dbe commit b89c92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.6
COPY . /go/src/github.com/pingcap/tidb

RUN cd /go/src/github.com/pingcap/tidb && \
make godep && make parser && make server && \
make parser && make server && \
mv tidb-server/tidb-server /tidb-server && \
make clean

Expand Down

0 comments on commit b89c92e

Please sign in to comment.