thedamn commited on
Commit
bbd25e8
·
1 Parent(s): 292afa9
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update
8
  # Install system packages
9
  RUN apt-get install -y grep git python3 python3-pip
10
 
11
- RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
12
 
13
  # Copy the rest of your application files
14
  COPY . .
 
8
  # Install system packages
9
  RUN apt-get install -y grep git python3 python3-pip
10
 
11
+ RUN pip install --no-cache-dir --upgrade -r /requirements.txt
12
 
13
  # Copy the rest of your application files
14
  COPY . .