Skip to content

Commit

Permalink
updated the docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarize29 committed Jul 6, 2024
1 parent 164309a commit 6a4edb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ RUN pip install -r requirements.txt

COPY . .

RUN python sentiment_analysis.py


CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]

0 comments on commit 6a4edb1

Please sign in to comment.