ju2ez commited on
Commit
8692e6d
·
1 Parent(s): c528c43
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ 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
- RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
16
 
17
  COPY . .
18
 
 
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 requirements.txt
16
 
17
  COPY . .
18