userbymahadi commited on
Commit
4462b60
·
verified ·
1 Parent(s): c106911

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,7 +36,7 @@ COPY entrypoint.sh /entrypoint.sh
36
  RUN chmod +x /entrypoint.sh
37
 
38
  # Switch to non-root user
39
- USER root
40
 
41
  # Execution command
42
  ENTRYPOINT ["/entrypoint.sh"]
 
36
  RUN chmod +x /entrypoint.sh
37
 
38
  # Switch to non-root user
39
+ USER user
40
 
41
  # Execution command
42
  ENTRYPOINT ["/entrypoint.sh"]