add log debug
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ COPY . .
|
|
22 |
EXPOSE 8000
|
23 |
|
24 |
# Command to run the application
|
25 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|
|
|
22 |
EXPOSE 8000
|
23 |
|
24 |
# Command to run the application
|
25 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000", "--log-level", "debug"]
|