websoft9/docker/w9apphub/config/entrypoint.sh
2023-09-19 15:40:14 +08:00

10 lines
116 B
Bash

#!/bin/bash
# check
# start by supervisord
/usr/local/bin/supervisord
supervisorctl start all
tail -f /dev/null