refactor(docker): remove linking from zk-entrypoint.sh

parent 5b9416f8
......@@ -9,9 +9,6 @@ if [ ! -z "$GROUP_ID" ]; then
groupmod -g $GROUP_ID bitrix
fi
# Create symbolic links to bitrix and uploads
/bin/bash /link_bx.sh /home/bitrix/site
# Set permissions
chown -R bitrix.bitrix /home/bitrix
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment