mirror of
https://github.com/tcsenpai/easy-web-summarizer.git
synced 2025-06-07 11:05:20 +00:00
Update Dockerfile to use 127.0.0.1 as the server name
This commit is contained in:
parent
10923d535e
commit
cb4f7b8e5d
@ -17,7 +17,7 @@ COPY . .
|
|||||||
EXPOSE 7860
|
EXPOSE 7860
|
||||||
|
|
||||||
# Set the environment variable
|
# Set the environment variable
|
||||||
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
ENV GRADIO_SERVER_NAME="127.0.0.1"
|
||||||
|
|
||||||
# Define the command to run the application
|
# Define the command to run the application
|
||||||
CMD ["python", "webui.py"]
|
CMD ["python", "webui.py"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user