Krishna Prakash commited on
Commit
b8fccca
·
1 Parent(s): bafe649

Enable debug logging to diagnose database loading issue

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,5 +22,5 @@ ENV HOME=/home/user \
22
  # Expose port
23
  EXPOSE 7860
24
 
25
- # Command to run the app, adjusting for the app/ subdirectory
26
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860", "--log-level", "debug"]
 
22
  # Expose port
23
  EXPOSE 7860
24
 
25
+ # Command to run the app with debug logging
26
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860", "--log-level", "debug"]