Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -57,5 +57,5 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
57 |
# Copy the application code
|
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"]
|
|
|
57 |
# Copy the application code
|
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"]
|