MukeshKapoor25 commited on
Commit
f703572
·
1 Parent(s): 83efad3
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ COPY --chown=user . /app
26
  EXPOSE 7860
27
 
28
  # Command to run the application
29
- CMD ["uvicorn", "app.app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "4", "--log-level", "info"]
 
26
  EXPOSE 7860
27
 
28
  # Command to run the application
29
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "4", "--log-level", "info"]