Spaces:
Paused
Paused
Commit
·
f998819
1
Parent(s):
7b58805
doc changed
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,4 +19,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
19 |
|
20 |
COPY --chown=user . .
|
21 |
|
22 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"
|
|
|
19 |
|
20 |
COPY --chown=user . .
|
21 |
|
22 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|