Browse Source

renamed moin.wsgi to standard python module name

main
Holger Frey 3 years ago
parent
commit
a476f3a2c8
  1. 2
      Dockerfile
  2. 0
      moin.py

2
Dockerfile

@ -26,4 +26,4 @@ RUN pip install -r requirements.txt @@ -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"]

0
moin.wsgi → moin.py

Loading…
Cancel
Save