Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,4 +24,4 @@ COPY . .
|
|
24 |
EXPOSE 7860
|
25 |
|
26 |
# Start the FastAPI application
|
27 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"
|
|
|
24 |
EXPOSE 7860
|
25 |
|
26 |
# Start the FastAPI application
|
27 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|