Rename entry point to blades.py
This commit is contained in:
parent
81bf6ad4e7
commit
f8a4d340bc
@ -10,4 +10,4 @@ COPY . .
|
|||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
# port 80, one worker, 210s timeout, from prom.py file.
|
# 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" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user