fix dockerhub build

This commit is contained in:
Chris Lu
2020-03-01 18:23:07 -08:00
parent 4532640ffd
commit 4dec5e0e4a
3 changed files with 39 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ gen: dev
build:
cd ../weed; GOOS=linux go build; mv weed ../docker/
docker build --no-cache -t chrislusf/seaweedfs:local -f Dockerfile.go_build .
docker build --no-cache -t chrislusf/seaweedfs:local -f Dockerfile.local .
rm ./weed
dev: build