Skip to content
Snippets Groups Projects
Commit 10f0d4d6 authored by justinw's avatar justinw
Browse files

specify correct python version for make run-local

parent d73fd972
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ run: ## run docker image
.PHONY: run-local
run-local: ## run the python app without docker
pipenv run python3 -m jussi.serve --server_workers=1 --upstream_config_file DEV_config.json
pipenv run python3.6 -m jussi.serve --server_workers=1 --upstream_config_file DEV_config.json
.PHONY: test
test: ## run all tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment