Provide access to all scope files
This commit is contained in:
parent
14fce4f4d6
commit
11f0230775
3 changed files with 99 additions and 15 deletions
2
Makefile
2
Makefile
|
|
@ -22,7 +22,7 @@ start: ## Start the API server in the background on port 8002
|
|||
for i in $$(seq 1 50); do \
|
||||
if [ -f $(PIDFILE) ]; then PID=$$(cat $(PIDFILE)); fi; \
|
||||
if [ -n "$$PID" ] && ! kill -0 $$PID 2>/dev/null; then break; fi; \
|
||||
if curl -fsS $(HEALTH_URL) >/dev/null 2>&1; then \
|
||||
if [ -n "$$PID" ] && curl -fsS $(HEALTH_URL) >/dev/null 2>&1; then \
|
||||
echo "Started (PID $$PID) — http://127.0.0.1:$(PORT)/ui"; \
|
||||
exit 0; \
|
||||
fi; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue