diff options
| author | Eddy Pedroni <epedroni@pm.me> | 2025-07-17 18:00:42 +0200 | 
|---|---|---|
| committer | Eddy Pedroni <epedroni@pm.me> | 2025-07-17 18:00:42 +0200 | 
| commit | 2296c0b696123c34ff8c2f5b1cd528bfcb65ff41 (patch) | |
| tree | 0941d7757d9e27fde333b8c6eeaa59d228fd650f | |
| parent | e086cd5146f86990cf1acfc7ff4cd97410da18ad (diff) | |
Deployment to port 80
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
