From 6a4edb16b22135069617f7218a4cc5298be5837f Mon Sep 17 00:00:00 2001 From: Aarize <1ds21ai045@dsce.edu.in> Date: Sat, 6 Jul 2024 18:34:10 +0530 Subject: [PATCH] updated the docker file --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 44b57e3..2ed5bcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]