You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@prashantidealittechno Absolutely, if you can replace the entrypoint for the node service from run-nodock "node index.js" to whatever you wish. You'd just have to make sure that you've installed the program you want to run.
In your case, the best would probably be to use the scripts section of the package.json to call nodemon index.js and call the npm script from the entrypoint.
How can we run the project with nodemon so we do not have to restart the containers for small changes or fixes in files?
The text was updated successfully, but these errors were encountered: