stacosys/docker/docker-init.sh
2024-12-14 14:21:19 +01:00

9 lines
No EOL
146 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