DEV Community

Discussion on: Setting up Adonis.js with Docker & MySQL

Collapse
 
wemersonrv profile image
Wemerson Couto Guimarães

Hello. Great article.

I'm trying to make it to work locally on my development, so how can i configure it to run only the adonis CLI instead PM2 ? ("adonis serve --dev")

Ah of course, i don't want to run npm install on build, i need to run it every time new package was added to package.json; so need to run this inside the container from host.