DEV Community

Discussion on: Learn Docker - from the beginning, part II volumes

 
softchris profile image
Chris Noring • Edited

I've now added a section to explain scripts a bit in Node.js, hopefully, that clears up any confusion, it start withs : Let's describe what we did above, in case you are new to Node.js. Adding a start script to a package.json file means we go into a section called "scripts" and we add an entry start, like so...