stacosys/docker/docker-init.sh

9 lines
146 B
Bash
Raw Normal View History

2021-07-31 05:43:06 +02:00
#!/bin/bash
cd /stacosys
2022-12-03 19:54:15 +01:00
# workaround for startup
cp -f stacosys/run.py .
python3 run.py /config/config.ini
2022-12-03 19:47:02 +01:00
2022-12-03 19:54:15 +01:00
# catch for debug
2024-12-14 14:21:19 +01:00
#tail -f /dev/null