caldervf commited on
Commit
0eea426
1 Parent(s): 98a4783

Updated Dockerfile to run Gradio App instead

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -89,4 +89,5 @@ RUN chown user:user -R ${PROJECT_DIR}
89
 
90
  WORKDIR ${PROJECT_DIR}
91
 
92
- CMD ["uvicorn", "src.api.index:app", "--host", "0.0.0.0","--port", "7860"]
 
 
89
 
90
  WORKDIR ${PROJECT_DIR}
91
 
92
+ # CMD ["uvicorn", "src.api.index:app", "--host", "0.0.0.0","--port", "7860"]
93
+ CMD ["python", "src/app_service/app.py"]