I try to run rails new testapp app with docker. When I run it with run -dp 3000:3000 -v "$(pwd):/app" testapp it works fine, but when I
rails new testapp
run -dp 3000:3000 -v "$(pwd):/app" testapp