I am currently using nodesource/jessie:0.10.46 for a (legacy!) project, it took a while of investigating missing devDependencies to realise that NODE_ENV=production was set by default.
Should this be the choice of the user to enable production, as Docker is often used in development and for testing/CI etc?
Description
I am currently using
nodesource/jessie:0.10.46
for a (legacy!) project, it took a while of investigating missing devDependencies to realise thatNODE_ENV=production
was set by default.Should this be the choice of the user to enable production, as Docker is often used in development and for testing/CI etc?