Browse Source

docker tryong to fix stage, client update

bach 2 years ago
parent
commit
999985c45e
2 changed files with 3 additions and 3 deletions
  1. 2 2
      Docker/client/Dockerfile
  2. 1 1
      client

+ 2 - 2
Docker/client/Dockerfile

@@ -42,8 +42,8 @@ RUN apk update && apk --no-cache add shadow && \
     usermod -u 1001 node && \
     groupmod -g 1001 node
 
-RUN find / -group 1000 -exec chgrp -h node {} \;
-RUN find / -user 1000 -exec chown -h node {} \;
+# RUN find / -group 1000 -exec chgrp -h node {} \;
+# RUN find / -user 1000 -exec chown -h node {} \;
 
 ARG USER_UID
 ARG USER_UNAME

+ 1 - 1
client

@@ -1 +1 @@
-Subproject commit 4ec12bbaec3b3e883c867be65659f9dc817fe4bb
+Subproject commit cae01c650bc8ddc3662a1d0f7a3b1e2d9c6cb1ae