Files
tidb/.dockerignore
Hu Ziming 0a9e134394 Dockerfile: Fix error while running make server (#1361)
The `LDFLAGS` in Makefile tries to get git commit hash while building
server component, but default COPY command does not put *.git* directory
into docker container, which causes the fatal error while executing
command `git rev-parse HEAD`.

This fix remove *.git* directory from *.dockerignore* file, then the git
command can be executed successfully in container.
2016-06-30 10:27:53 +08:00

0 lines
0 B
Plaintext

The file is empty.