Working version.
This commit is contained in:
@@ -24,6 +24,9 @@ build:
|
||||
$(PYTHON) -m build
|
||||
|
||||
run:
|
||||
$(BIN)$(APP_NAME) --host="0.0.0.0" --port=3046 --upstream-host="127.0.0.1" --upstream-port=9999
|
||||
$(BIN)$(APP_NAME) --host="0.0.0.0" --port=3046 --upstream-host="localhost" --upstream-port=8082
|
||||
run2:
|
||||
$(BIN)$(APP_NAME) --host="0.0.0.0" --port=3046 --upstream-host="localhost" --upstream-port=9999
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user