Spaces:
Runtime error
Runtime error
messag
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -8,5 +8,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
|
12 |
-
CMD ["uvicorn", "/code/app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
+
CMD ["uvicorn", "/code/app", "--host", "0.0.0.0", "--port", "7860"]
|
|