workaround for container startup
This commit is contained in:
parent
4176cc38c6
commit
2178e56df9
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
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…
Add table
Reference in a new issue