WaiYanLinn commited on
Commit
9aa2425
1 Parent(s): e08f13b
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ EXPOSE 7860
24
  # Run uvicorn when the container launches
25
  # CMD ["hypercorn", "app:asgi", "--bind", "127.0.0.1:7860"]
26
  # CMD ["uvicorn", "app:asgi", "--host", "0.0.0.0", "--port", "7860"]
27
- CMD ["gunicorn","-w", "4", "-b", "0.0.0.0:7860"]
 
24
  # Run uvicorn when the container launches
25
  # CMD ["hypercorn", "app:asgi", "--bind", "127.0.0.1:7860"]
26
  # CMD ["uvicorn", "app:asgi", "--host", "0.0.0.0", "--port", "7860"]
27
+ CMD ["gunicorn","-w", "4", "-b", "0.0.0.0:7860", "app:create_app()"]