Ufoptg commited on
Commit
9686c22
1 Parent(s): bc80c74

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -15,7 +15,8 @@ WORKDIR /app/
15
 
16
  COPY . .
17
 
18
- RUN pip3 install --upgrade pip setuptools
 
19
  RUN pip3 install -r requirements.txt
20
 
21
  RUN chown -R 1000:0 .
 
15
 
16
  COPY . .
17
 
18
+
19
+ RUN pip install --upgrade pip setuptools
20
  RUN pip3 install -r requirements.txt
21
 
22
  RUN chown -R 1000:0 .