Files
led-controller/scripts/start.sh
2026-03-15 23:43:27 +13:00

6 lines
145 B
Bash
Executable File

#!/usr/bin/env bash
# Start the LED controller web server (port 80 by default).
cd "$(dirname "$0")/.."
export PORT="${PORT:-80}"
pipenv run run