Enable nodemon explicitly via environment variable
In production, I currently use the "dotenv" environemnt.
With the latest changes, this will cause the docker image to start nodemon.
Can we use a special environement variable to enable the use of nodemon instead of activating it by default?