smgc commited on
Commit
fe4e570
·
verified ·
1 Parent(s): 2de9e70

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -27,5 +27,7 @@ COPY entrypoint.sh /
27
 
28
  EXPOSE 3000
29
 
 
 
30
  # set command/entrypoint, adapt to fit your needs
31
  ENTRYPOINT sh /entrypoint.sh
 
27
 
28
  EXPOSE 3000
29
 
30
+ USER root
31
+
32
  # set command/entrypoint, adapt to fit your needs
33
  ENTRYPOINT sh /entrypoint.sh