simonduerr commited on
Commit
afa10e5
1 Parent(s): 63d6e83

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -37,4 +37,7 @@ WORKDIR $HOME/app
37
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
38
  COPY --chown=user . $HOME/app
39
 
 
 
 
40
  CMD ["python3", "app.py"]
 
37
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
38
  COPY --chown=user . $HOME/app
39
 
40
+ EXPOSE 7860
41
+ ENV GRADIO_SERVER_NAME="0.0.0.0"
42
+
43
  CMD ["python3", "app.py"]