From c2d8ab88a8ea811714fc824597f32b53fa662ce6 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Wed, 15 Jan 2025 19:21:30 +0100 Subject: [PATCH] Quito sudo de entroypoint.sh --- src/config/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/entrypoint.sh b/src/config/entrypoint.sh index 06c309f..aecfc36 100644 --- a/src/config/entrypoint.sh +++ b/src/config/entrypoint.sh @@ -4,4 +4,4 @@ RUN_PORT="8000" /opt/venv/bin/python manage.py migrate --no-input /opt/venv/bin/gunicorn cfehome.wsgi:application --bind "0.0.0.0:${RUN_PORT}" --daemon -sudo nginx -g 'daemon off;' +nginx -g 'daemon off;'