generated from coulomb/repo-seed
Finalize repo-scoping runtime rename
This commit is contained in:
2
Makefile
2
Makefile
@@ -16,7 +16,7 @@ start: ## Start the API server in the background on port 8002
|
||||
@if [ -f $(PIDFILE) ] && kill -0 $$(cat $(PIDFILE)) 2>/dev/null; then \
|
||||
echo "Already running (PID $$(cat $(PIDFILE)))"; \
|
||||
else \
|
||||
setsid sh -c 'echo $$$$ > $(PIDFILE); exec $(UVICORN) repo_registry.web_api.app:app --host 127.0.0.1 --port $(PORT)' \
|
||||
setsid sh -c 'echo $$$$ > $(PIDFILE); exec $(UVICORN) repo_scoping.web_api.app:app --host 127.0.0.1 --port $(PORT)' \
|
||||
>> $(LOGFILE) 2>&1 & \
|
||||
PID=""; \
|
||||
for i in $$(seq 1 50); do \
|
||||
|
||||
Reference in New Issue
Block a user