eaedk commited on
Commit
045258d
1 Parent(s): 081c5aa

typo idenfied by Sylvester Ampomah

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ EXPOSE 7860
11
 
12
  COPY . .
13
 
14
- CMD ["uvicorn", "src.mai_sentiment:app", "--host", "0.0.0.0", "--port", "7860"]
 
11
 
12
  COPY . .
13
 
14
+ CMD ["uvicorn", "src.main_sentiment:app", "--host", "0.0.0.0", "--port", "7860"]