HirCoir commited on
Commit
83bc876
1 Parent(s): 731dc3b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  # you will also find guides on how best to write your Dockerfile
2
-
 
3
  FROM python:3.9
4
 
5
  WORKDIR /code
 
1
  # you will also find guides on how best to write your Dockerfile
2
+ ARG GRADIO_SERVER_PORT=7860
3
+ ENV GRADIO_SERVER_PORT=${GRADIO_SERVER_PORT}
4
  FROM python:3.9
5
 
6
  WORKDIR /code