Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,8 @@ COPY --chown=user . $HOME/app
|
|
| 13 |
|
| 14 |
COPY . .
|
| 15 |
|
|
|
|
|
|
|
| 16 |
COPY credentials.json client_secrets.json /tmp/
|
| 17 |
|
| 18 |
RUN pip install --no-cache-dir -r requirements.txt || true
|
|
|
|
| 13 |
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
+
USER root
|
| 17 |
+
|
| 18 |
COPY credentials.json client_secrets.json /tmp/
|
| 19 |
|
| 20 |
RUN pip install --no-cache-dir -r requirements.txt || true
|