Spaces:
Sleeping
Sleeping
feat: Adapt port for Hugging Face Spaces
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,4 +4,4 @@ COPY requirements.txt .
|
|
| 4 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 5 |
COPY ./app /app/app
|
| 6 |
EXPOSE 8000
|
| 7 |
-
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 4 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 5 |
COPY ./app /app/app
|
| 6 |
EXPOSE 8000
|
| 7 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|