Files
nginx-fpm-8-2/config/entrypoint.sh
2022-10-04 06:04:09 +02:00

8 lines
160 B
Bash
Executable File

#!/bin/sh
set -e
sed -i "s|/var/www/html|/var/www/html${SERVE_PATH}|g" /etc/nginx/nginx.conf
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf