ryanmccartney / ffmpeg-docker

FFmpeg in a container with an API and optional Decklink support
https://ryan.mccartney.info/ffmpeg-docker
GNU General Public License v3.0
14 stars 4 forks source link

nodemon not found #5

Closed sfahadshahzad closed 1 year ago

sfahadshahzad commented 1 year ago

Hi Ryan,

Getting nodemon error during starting up docker container.

Regards, Fahad

nodeman error

ryanmccartney commented 1 year ago

Hi Fahad,

Looks like you're running a development build, allowing you to modify the code locally and have it reload inside the container for making quick changes. To do this you'll need to install NPM packages locally using npm i. I've updated the docs to make this clearer.