Open
Description
So, in the official guide it states that the Dockerfile is not ment for production, however there is just very little information on what a production environment whould actually look like.
I am curious now and really want to create a list of differences in here.
So far I've got the following:
A production environment
- might use node index.js over npm start (Thanks @pesho src )
- should not run as root (Thanks @fhemberger src )
But what else really would there be?
This Issue is more of a discussion, evolved from PR666 and is mostly aimed at @nodejs/docker