websoft9/docker/apphub/config/entrypoint.sh
qiaofeng1227 9cee8b0c4a systemd
2023-10-13 12:56:04 +08:00

6 lines
101 B
Bash

#!/bin/bash
# start by supervisord
/usr/bin/supervisord
supervisorctl start apphub
tail -f /dev/null