You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chmod and chown call in docker-entrypoint.sh can take a very long time to complete if the files directory is big.
We noticed the issue when preparing a new deployment with files hosted as an Azure File Share with dozens of GB of files.
An environment variable should be added to disable running the chown/chmod.