update docker local dev env

This commit is contained in:
Chris Lu
2020-02-25 21:56:15 -08:00
parent 892e726eb9
commit ca4ca1ae6f
3 changed files with 12 additions and 12 deletions

8
docker/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all: gen
.PHONY : gen
gen:
cd ../weed; GOOS=linux go build; mv weed ../docker/
docker-compose -f local-dev-compose.yml -p seaweedfs up
rm ./weed