lingyit1108 commited on
Commit
ec56038
1 Parent(s): b6a2d9d

added dependency file, corrected path

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