Skip to content

Commit bf04fc9

Browse files
committed
refactor(makefile): add volume in run_server target
1 parent ec1f2c6 commit bf04fc9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ DEVCONTAINER = kaszanas/sc2anonserverpy-devcontainer
1717
.PHONY: run
1818
run_server: ## Run the server
1919
docker run -it --rm \
20+
-v ".\processing:/app/processing"
2021
$(DOCKER_TAG) \
2122
python3 grpc_server.py
2223

0 commit comments

Comments
 (0)