aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58c69d3..87ebc8f 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ clean:
touch .venv/touchfile
web-deploy: .venv/touchfile
- ./.venv/bin/solo-tool-web --no-reload --port 8080 --refresh 0.2 --session_path="https://files.0xf7.com"
+ ./.venv/bin/solo-tool-web --no-reload --port 80 --refresh 0.2 --session_path="https://files.0xf7.com"
web-dev: .venv/touchfile
./.venv/bin/python web-project/src/solo_tool_web.py