ju2ez commited on
Commit
c528c43
·
1 Parent(s): 628e9f1
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -12,8 +12,6 @@ RUN pip install --no-cache-dir --upgrade pip
12
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
13
  COPY --chown=user . $HOME/app
14
 
15
- COPY ./requirements.txt $HOME/app/requirements.txt
16
-
17
  RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
18
 
19
  COPY . .
 
12
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
13
  COPY --chown=user . $HOME/app
14
 
 
 
15
  RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
16
 
17
  COPY . .