Vaibhav84 commited on
Commit
d49585d
·
verified ·
1 Parent(s): 163d247

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ COPY . .
7
  # Set the working directory to /
8
  WORKDIR /
9
 
10
-
11
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
12
 
13
  COPY . .
 
7
  # Set the working directory to /
8
  WORKDIR /
9
 
10
+ RUN chown -R user:user /
11
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
12
 
13
  COPY . .