Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ COPY --chown=user . /app
|
|
12 |
EXPOSE 5000
|
13 |
|
14 |
# Command to run the FastAPI app with uvicorn
|
15 |
-
CMD ["uvicorn", "main:
|
|
|
12 |
EXPOSE 5000
|
13 |
|
14 |
# Command to run the FastAPI app with uvicorn
|
15 |
+
CMD ["uvicorn", "main:main", "--host", "127.0.0.1", "--port", "5000"]
|