Skip to content

Commit

Permalink
fix docker compile (pingcap#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddontang authored and shenli committed Apr 21, 2016
1 parent 661339c commit 65559fc
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 server && \
make godep && make parser && make server && \
mv tidb-server/tidb-server /tidb-server && \
make clean

Expand Down

0 comments on commit 65559fc

Please sign in to comment.