- Based on node:slim image
- Includes Supervisor to manage your application process
- Adds application code to
/appfolder on build. npm -q startcommand executed in/appfolder- Console output directed to
/logs/out.logand/logs/err.logfiles. You can access them by bind-mounting/logspath.
See sample application for basic usage.
Development version has the essentials to install packages require compilation steps. It also includes supervisor to restart your server on file changes. You can use yarn as a package manager.
There are Alpine Linux based versions (tagged as alpine and dev-alpine) build from alpine-node image for minimal builds.