saman shrestha commited on
Commit
409ca5a
·
2 Parent(s): 7f1a277 c74728c

Merge branch 'main' of https://huggingface.co/spaces/sammyview80/db_bot

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -20,6 +20,7 @@ COPY --chown=user . $HOME/app
20
  ### Set up app-specific content
21
  COPY requirements.txt requirements.txt
22
  RUN pip3 install -r requirements.txt
 
23
 
24
  COPY . .
25
 
 
20
  ### Set up app-specific content
21
  COPY requirements.txt requirements.txt
22
  RUN pip3 install -r requirements.txt
23
+ RUN pip3 install gunicorn
24
 
25
  COPY . .
26