TomYTZ commited on
Commit
eaae1c5
·
verified ·
1 Parent(s): 7709bd6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -20,6 +20,7 @@ RUN pip install -r requirements.txt
20
 
21
  # Expose the port the app runs on
22
  EXPOSE 7860
 
23
 
24
  # Command to run the app
25
  CMD ["python", "app.py"]
 
20
 
21
  # Expose the port the app runs on
22
  EXPOSE 7860
23
+ ENV GRADIO_SERVER_NAME="0.0.0.0"
24
 
25
  # Command to run the app
26
  CMD ["python", "app.py"]