tlong-ds commited on
Commit
afffb6d
·
1 Parent(s): b2e1431

up dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ ENV NLTK_DATA=/tmp/nltk_data
20
  EXPOSE 8000
21
 
22
  # Run the app
23
- CMD ["/app/run.sh"]
 
20
  EXPOSE 8000
21
 
22
  # Run the app
23
+ CMD ["uvicorn", "api:app", "--port", "7861", "--host", "0.0.0.0"]