websoft9/docker/apphub/config/entrypoint.sh

6 lines
101 B
Bash
Raw Normal View History

2023-09-18 17:13:15 +08:00
#!/bin/bash
2023-09-19 18:53:05 +08:00
# start by supervisord
2023-09-20 11:34:22 +08:00
/usr/bin/supervisord
2023-10-10 16:20:50 +08:00
supervisorctl start apphub
2023-09-19 14:32:20 +08:00
tail -f /dev/null