Krishna086 commited on
Commit
567ae85
·
verified ·
1 Parent(s): 04a531f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,5 +25,5 @@ ENV HOME=/home/user \
25
  # Expose port
26
  EXPOSE 7860
27
 
28
- # Command to run the app with debug logging (removing unsupported option)
29
  CMD ["sh", "-c", "uvicorn app.main:app --host 0.0.0.0 --port 7860 --log-level debug --log-config log_config.json --access-log"]
 
25
  # Expose port
26
  EXPOSE 7860
27
 
28
+ # Command to run the app with enhanced debug logging
29
  CMD ["sh", "-c", "uvicorn app.main:app --host 0.0.0.0 --port 7860 --log-level debug --log-config log_config.json --access-log"]