ntt123 commited on
Commit
4ba9457
·
verified ·
1 Parent(s): ddad68e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -29,4 +29,7 @@ COPY --chown=user . $HOME/app
29
 
30
  RUN bash ./build_ext.sh
31
  RUN bash ./install_espeak_ng.sh
 
 
 
32
  ENTRYPOINT ["python", "app.py"]
 
29
 
30
  RUN bash ./build_ext.sh
31
  RUN bash ./install_espeak_ng.sh
32
+ EXPOSE 7860
33
+ ENV GRADIO_SERVER_NAME="0.0.0.0"
34
+
35
  ENTRYPOINT ["python", "app.py"]