ragilbuaj commited on
Commit
9c07a98
·
1 Parent(s): 079324d

add log debug

Browse files
Files changed (1) hide show
  1. 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"]