heyday1234 commited on
Commit
44878ad
·
verified ·
1 Parent(s): 56a395e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
8
  COPY ./requirements.txt /app/requirements.txt
9
 
10
  # Install all packages in requirements.txt
11
- RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
12
 
13
  COPY . /app
14
 
 
8
  COPY ./requirements.txt /app/requirements.txt
9
 
10
  # Install all packages in requirements.txt
11
+ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
12
 
13
  COPY . /app
14