diff --git a/config/entrypoint.sh b/config/entrypoint.sh index 15fb7b2..c2f8322 100755 --- a/config/entrypoint.sh +++ b/config/entrypoint.sh @@ -2,6 +2,6 @@ set -e -sed -i "s|/var/www/html|/var/www/html${SERVE_PATH}|g" /etc/nginx/nginx.conf +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