XThomasBU commited on
Commit
1d71c9f
·
verified ·
1 Parent(s): 59a4b85

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ RUN chmod -R 777 /app
20
  EXPOSE 7860
21
 
22
  # Run app.py when the container launches
23
- CMD ["uvicorn", "app:app"]
 
20
  EXPOSE 7860
21
 
22
  # Run app.py when the container launches
23
+ CMD ["uvicorn", "app:app", "--host 127.0.0.1", "--port 7860"]