Commit ·
95788ad
1
Parent(s): aea9c98
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -22,6 +22,6 @@ RUN ls -la /app
|
|
| 22 |
|
| 23 |
ENV MPLCONFIGDIR=/tmp/matplotlib
|
| 24 |
|
| 25 |
-
EXPOSE
|
| 26 |
|
| 27 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 22 |
|
| 23 |
ENV MPLCONFIGDIR=/tmp/matplotlib
|
| 24 |
|
| 25 |
+
EXPOSE 7860
|
| 26 |
|
| 27 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|