MoveAngel/UserIndoBot

/reboot : Not Working

Closed this issue · 3 comments

After We moved to docker , Reboot Not working ,
Maybe gitpull to not working fine

After We moved to docker , Reboot Not working ,
Maybe gitpull to not working fine

For the reboot command change the default executable on Dockerfile to

# Run
CMD ["bash", "start"]

And for starting the container just use docker run --restart always [IMAGE] .
Then docker will automatically restart every time it stopped by /reboot

Why you just think?
You Have fully acces r8?