ef18673 4c64fd6
1
2
3
4
5
#!/usr/bin/env bash set -euo pipefail python -m serve.start --cpu --host "${HOST:-0.0.0.0}" --port "${PORT:-8001}" "$@"