From 8ad765fc8d03c2d1b54e3fc267c1dc96df3aa1ab Mon Sep 17 00:00:00 2001 From: creylopez Date: Thu, 16 Jan 2025 09:26:25 +0000 Subject: [PATCH] Corrigo app a lanzar: mysite --- 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 c9f4a44..e103c9f 100644 --- a/src/config/entrypoint.sh +++ b/src/config/entrypoint.sh @@ -4,6 +4,6 @@ RUN_PORT="8000" /opt/venv/bin/python manage.py migrate --no-input /opt/venv/bin/python manage.py collectstatic -/opt/venv/bin/gunicorn cfehome.wsgi:application --bind "0.0.0.0:${RUN_PORT}" --daemon +/opt/venv/bin/gunicorn mysite.wsgi:application --bind "0.0.0.0:${RUN_PORT}" --daemon nginx -g 'daemon off;'