- Based on node:slim image
- Includes Supervisor to manage your application process
- Adds application code to
/app
folder on build. npm -q start
command executed in/app
folder- Console output directed to
/logs/out.log
and/logs/err.log
files. You can access them by bind-mounting/logs
path.
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.