Update Dockerfile
Browse files- 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 . .
|