diff --git a/Dockerfile b/Dockerfile index 95a832d..017f72b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,4 +29,4 @@ RUN chown -R django:django /app USER django # Run application -# CMD gunicorn shopping_list.wsgi:application \ No newline at end of file +CMD gunicorn arto_moro_pbp.wsgi:application diff --git a/arto_moro_pbp/settings.py b/arto_moro_pbp/settings.py index c4d0b75..a75f60e 100644 --- a/arto_moro_pbp/settings.py +++ b/arto_moro_pbp/settings.py @@ -32,7 +32,7 @@ DEBUG = True ALLOWED_HOSTS = ["*"] -CSRF_TRUSTED_ORIGINS = ["https://o0kwwgw.35.209.250.177.sslip.io"] +CSRF_TRUSTED_ORIGINS = ["https://artomoroweb.35.209.250.177.sslip.io"] # Application definition