Update Dockerfile
Browse files- 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"]
|