From fc4e5b4b4c8b3ed4cc2e60ccd0c9bb5b76c028ab Mon Sep 17 00:00:00 2001 From: Alex Phillips Date: Thu, 9 Sep 2021 20:17:13 -0400 Subject: [PATCH] no need to chown app folder now --- root/etc/cont-init.d/50-config | 3 --- 1 file changed, 3 deletions(-) diff --git a/root/etc/cont-init.d/50-config b/root/etc/cont-init.d/50-config index 4ca4e5e..d3b410c 100644 --- a/root/etc/cont-init.d/50-config +++ b/root/etc/cont-init.d/50-config @@ -35,6 +35,3 @@ chown -R abc:abc \ /config chown abc:abc \ /data - -# chown the app directory, but not node_modules -find /app/wiki -maxdepth 1 ! -name node_modules ! -name wiki -exec chown -R abc:abc '{}' \;