mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 09:26:16 +00:00
4 lines
131 B
Bash
4 lines
131 B
Bash
#!/bin/bash
|
|
echo "Containerised psa_car_controller loading..."
|
|
python3 /psa_car_controller/server.py -p 5000 -l 0.0.0.0 --web-conf
|