Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389912b commit 4745da1Copy full SHA for 4745da1
deploy/docker/entrypoint.sh
@@ -27,7 +27,8 @@ add_user() {
27
echo "Starting with UID : $USER_ID"
28
groupadd -g $GROUP_ID $GROUP_NAME || true
29
useradd -u $USER_ID -g $GROUP_ID $USER_NAME || true
30
- chown -R $USER_ID:$GROUP_ID /openblocks /openblocks-stacks /etc/nginx /var /etc/redis /run /etc/supervisor
+ chown -R $USER_ID:$GROUP_ID /openblocks /openblocks-stacks /etc/nginx /var /etc/redis /etc/supervisor
31
+ chown $USER_ID:$GROUP_ID /run
32
}
33
34
init_mongodb
0 commit comments