Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -58,4 +58,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
58 |
COPY --chown=user . /app
|
59 |
|
60 |
# Define the command to run the application
|
61 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"
|
|
|
58 |
COPY --chown=user . /app
|
59 |
|
60 |
# Define the command to run the application
|
61 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|