diff --git a/Dockerfile b/Dockerfile index d532719..f91efee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,4 @@ RUN pip install -r requirements.txt # switch to the created user to run the application USER deploy -CMD ["gunicorn", "moin.wsgi:application", "-b", "0.0.0.0:8000"] +CMD ["gunicorn", "moin:application", "-b", "0.0.0.0:8000"] diff --git a/moin.wsgi b/moin.py similarity index 100% rename from moin.wsgi rename to moin.py