vinay-jose commited on
Commit
fae861e
·
verified ·
1 Parent(s): 6462c0c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,6 +4,8 @@ RUN useradd -m -u 1000 user
4
  USER user
5
  ENV PATH="/home/user/.local/bin:$PATH"
6
 
 
 
7
  WORKDIR /app
8
 
9
  COPY --chown=user ./requirements.txt requirements.txt
 
4
  USER user
5
  ENV PATH="/home/user/.local/bin:$PATH"
6
 
7
+ RUN pip install --upgrade pip
8
+
9
  WORKDIR /app
10
 
11
  COPY --chown=user ./requirements.txt requirements.txt