shreyankisiri commited on
Commit
3a3213e
·
verified ·
1 Parent(s): 44ef16c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ COPY . .
15
  EXPOSE 8080
16
 
17
  # Command to run the chatbot
18
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]
 
15
  EXPOSE 8080
16
 
17
  # Command to run the chatbot
18
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8080"]