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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY --chown=user . $HOME/app
13
 
14
  COPY . .
15
 
16
- USER root
17
 
18
  COPY --chown=user:user credentials.json /tmp/credentials.json
19
 
 
13
 
14
  COPY . .
15
 
16
+ USER user
17
 
18
  COPY --chown=user:user credentials.json /tmp/credentials.json
19