Spaces:
Runtime error
Runtime error
BAKKALIAYOUB commited on
Commit ·
92af030
1
Parent(s): 9689e4e
Exposing port
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -10,4 +10,6 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
| 10 |
|
| 11 |
COPY --chown=user . /app
|
| 12 |
|
|
|
|
|
|
|
| 13 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 10 |
|
| 11 |
COPY --chown=user . /app
|
| 12 |
|
| 13 |
+
EXPOSE 7860
|
| 14 |
+
|
| 15 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|