Ashraf commited on
Commit
0633b16
·
verified ·
1 Parent(s): ec36ca8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -10,4 +10,7 @@ COPY --chown=user ./requirements.txt requirements.txt
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
  COPY --chown=user . /app
 
 
 
13
  CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
  COPY --chown=user . /app
13
+
14
+ EXPOSE 7860
15
+
16
  CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]