HarishMaths commited on
Commit
f50e49a
·
verified ·
1 Parent(s): 9a1bfd2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ 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
21
 
 
15
 
16
  USER root
17
 
18
+ COPY --chown=user:user credentials.json /tmp/credentials.json
19
 
20
  RUN pip install --no-cache-dir -r requirements.txt || true
21