fix: ./deploy/build.sh can not find Dockerfile

This commit is contained in:
moooofly 2018-06-28 15:30:37 +08:00
parent b1535b8a39
commit f760e2b4d6

View File

@ -19,4 +19,4 @@ set -x
make build
docker build -t google/cadvisor:beta .
docker build -t google/cadvisor:beta -f $(dirname $0)/Dockerfile .