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

7 lines
105 B
Bash

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