mirror of https://github.com/kianby/stacosys
workaround for container startup
parent
4176cc38c6
commit
2178e56df9
@ -1,6 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd /stacosys
|
cd /stacosys
|
||||||
python3 stacosys/run.py /config/config.ini
|
# workaround for startup
|
||||||
|
cp -f stacosys/run.py .
|
||||||
|
python3 run.py /config/config.ini
|
||||||
|
|
||||||
tail -f /dev/null
|
# catch for debug
|
||||||
|
#tail -f /dev/null
|
Loading…
Reference in New Issue