websoft9/docker/w9apphub/config/entrypoint.sh

7 lines
105 B
Bash
Raw Normal View History

2023-09-18 17:13:15 +08:00
#!/bin/bash
# start by supervisord
2023-09-19 14:32:20 +08:00
/usr/local/bin/supervisord
2023-09-18 17:13:15 +08:00
supervisorctl start all
2023-09-19 14:32:20 +08:00
tail -f /dev/null