HarishMaths commited on
Commit
c34cdf0
·
verified ·
1 Parent(s): f912572

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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