diff --git a/docker/docker-init.sh b/docker/docker-init.sh index 7110ef4..7c51f8e 100644 --- a/docker/docker-init.sh +++ b/docker/docker-init.sh @@ -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 \ No newline at end of file +# catch for debug +#tail -f /dev/null \ No newline at end of file