Spaces:
Running
Running
Update Dockerfile (#1)
Browse files- Update Dockerfile (10887a64b88fe40f1727c6929180aceaf101ea06)
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,4 +20,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
20 |
COPY --chown=user . /app
|
21 |
|
22 |
# Launch the app
|
23 |
-
CMD ["uvicorn", "
|
|
|
20 |
COPY --chown=user . /app
|
21 |
|
22 |
# Launch the app
|
23 |
+
CMD ["uvicorn", "appImage:app", "--host", "0.0.0.0", "--port", "7860"]
|