build pack 3.4.0 with cf 4.20.0 service can not start
After using mendix docker build pack 3.4.0 with cf 4.20.0, mendix service could not start and release the error below
INFO: Mendix Cloud Foundry Buildpack v4.20.0 [d03e8a7] starting...
ERROR: Unable to fixup permissions of directory 'model' with mode 700: [Errno 1] Operation not permitted: '/opt/mendix/build/model', Ignoring.
ERROR: Unable to fixup permissions of directory 'web' with mode 755: [Errno 1] Operation not permitted: '/opt/mendix/build/web', Ignoring.
ERROR: Unable to fixup permissions of directory 'data' with mode 700: [Errno 1] Operation not permitted: '/opt/mendix/build/data', Ignoring.
WARNING: External file store not configured, uploaded files in the app will not persist across restarts. See https://github.com/mendix/cf-mendix-buildpack for file store configuration details.
ERROR: Starting application failed. Traceback (most recent call last):
File "/opt/mendix/buildpack/buildpack/start.py", line 161, in
Have you set ADMIN_PASSWORD in your command line ?