matthoffner commited on
Commit
b7918d4
·
verified ·
1 Parent(s): ad8faaf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -73,4 +73,4 @@ EXPOSE ${PORT}
73
  RUN ls -la $HOME/model
74
 
75
  # Run the server start script
76
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
73
  RUN ls -la $HOME/model
74
 
75
  # Run the server start script
76
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--log-level", "debug"]