Spaces:
Running
Running
Wimmboo commited on
Commit ·
d94b228
1
Parent(s): 321a01f
use shell form CMD
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
| 12 |
COPY --chown=user . .
|
| 13 |
|
| 14 |
EXPOSE 7860
|
| 15 |
-
CMD
|
|
|
|
| 12 |
COPY --chown=user . .
|
| 13 |
|
| 14 |
EXPOSE 7860
|
| 15 |
+
CMD uvicorn main:app --host 0.0.0.0 --port 7860
|