You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
201 B
Makefile
9 lines
201 B
Makefile
1 year ago
|
all: docker-build
|
||
|
|
||
|
docker-build:
|
||
|
docker build -t dingshudata/footbar-statistics .
|
||
|
|
||
|
grpc:
|
||
|
python -m grpc_tools.protoc --python_out=./server --grpc_python_out=./server -I./proto ./proto/process.proto
|
||
|
|