gabi PRO said about 2 years ago on AWS App Runner :
If we are developing in Apple M1 pro, do we have to  do bundle lock --add-platform x86_64-linux-musl   and  use buildx specifying the platform also in development? I've been trying to dockerize a Rails 6 application following some of your other videos (the one where you use a template to create new ones) but I end up getting errors when trying to run docker-compose up. The errors generally refer to a gem that didn't install and take place when the command rails webpacker:install is trying to run.