Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
| 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"]
|