'nuxt: not found' Docker with yarn workspace
I've been trying to get a simple Nuxt 3 up and running with docker, yarn, and workspaces with the following setup: mkdir nuxt-app cd nuxt-app yarn init -p using just the defaults mkdir config mkdir config/admin Add docker-compose.yml to root…