samarth-ht commited on
Commit
c50308e
·
verified ·
1 Parent(s): ea89d31

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -51,5 +51,5 @@ RUN ls
51
  EXPOSE 7860
52
 
53
  # Run the application
54
- CMD ["uvicorn", "app:app", "--host", "127.0.0.1", "--port", "7860", "--reload"]
55
 
 
51
  EXPOSE 7860
52
 
53
  # Run the application
54
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]
55