Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 998 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 998 Bytes

Docker images for Node.js

Tags

latest

  • 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.

dev

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.

Alpine Linux based versions

There are Alpine Linux based versions (tagged as alpine and dev-alpine) build from alpine-node image for minimal builds.