Spaces:
Running
Running
Update Dockerfile
Browse files- 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", "mainPrincipale:app", "--host", "0.0.0.0", "--port", "7860"]
|