sammyview80 commited on
Commit
c74728c
·
verified ·
1 Parent(s): 3ee3507

Update Dockerfile

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