harsh-manvar commited on
Commit
f418898
·
verified ·
1 Parent(s): bffcd5e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,5 +8,5 @@ RUN mkdir -p $MPLCONFIGDIR
8
  COPY app.py /workspace
9
  COPY requirements.txt /workspace
10
  RUN pip3 install -r requirements.txt
11
- EXPOSE 8000
12
  CMD ["python3", "app.py"]
 
8
  COPY app.py /workspace
9
  COPY requirements.txt /workspace
10
  RUN pip3 install -r requirements.txt
11
+ EXPOSE 7860
12
  CMD ["python3", "app.py"]