stacosys/docker/docker-init.sh
2024-12-14 14:04:38 +01:00

9 lines
No EOL
145 B
Bash

#!/bin/bash
cd /stacosys
# workaround for startup
cp -f stacosys/run.py .
python3 run.py /config/config.ini
# catch for debug
tail -f /dev/null