Fixes issue #943 and other issues related to chown bug while running the containers on macos.
Updated the deploy/docker/entrypoint.sh file to ignore the .git directory mounted by the volume into the application's root dir. This avoids the permission errors mentioned in several issues.
Description
Fixes issue #943 and other issues related to chown bug while running the containers on macos.
Updated the
deploy/docker/entrypoint.sh
file to ignore the.git
directory mounted by the volume into the application's root dir. This avoids the permission errors mentioned in several issues.This is the new command.
Steps
Pre-deploy N/A Post-deploy N/A