Strapi Docker Deployment Sharp Problems

Sharp is building during modules installation (yarn install in my case) so release file was created for my local machine which is different than required by this strapi plugin. Fixed by this command:

npm_config_arch=arm64 npm_config_platform=linux npm_config_libc=musl yarn install

These ENV variables are used in: node_modules/sharp/lib/platform.js