Add files via upload
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
HOST="${HOST:-0.0.0.0}"
|
||||
PORT="${PORT:-8765}"
|
||||
|
||||
cd "$SCRIPT_DIR"
|
||||
exec python3 -m app.server --host "$HOST" --port "$PORT"
|
||||
Reference in New Issue
Block a user