matthoffner commited on
Commit
ce259dc
β€’
1 Parent(s): 8bd4741

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ ENV HOME=/home/user \
13
 
14
  WORKDIR $HOME/app
15
 
 
16
  RUN pip install --upgrade pip && \
17
  pip install -r requirements.txt
18
 
 
13
 
14
  WORKDIR $HOME/app
15
 
16
+ COPY requirements.txt ./
17
  RUN pip install --upgrade pip && \
18
  pip install -r requirements.txt
19