wh1t3d3w said over 2 years ago on Docker on Rails 7 :
   Hi, I want to know if the rails application is a default generated project with `rails new` ? 
I create a project with `rails new -j esbuild --css bootstrap`, and the rails version is 7 alpha 2.
But the first different I found was, I don't have the `scripts` lines in package.json, so I can't run bin/dev , yarn alert with `build and build:css not found`.