Rename entry point to blades.py

This commit is contained in:
Lauri Võsandi 2021-04-05 18:57:44 +00:00 committed by rasmus
parent 81bf6ad4e7
commit f8a4d340bc
2 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ COPY . .
EXPOSE 80
# port 80, one worker, 210s timeout, from prom.py file.
CMD [ "gunicorn", "-b :8000", "-w 1", "-t 720", "prom:app" ]
CMD [ "gunicorn", "-b :8000", "-w 1", "-t 720", "blades:app" ]

View File