Skip to content

Latest commit

 

History

History

nodejs-javascript-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

avenga/nodejs-javascript-app

pulls size commit

Opinionated docker image to run production-ready nodejs apps written in javascript. Only used as a stage in a multi-stage build.

Expects a build stage with /app/package.json, /app/src and package dependencies in /prod_node_modules. See nodejs-javascript-hello as an example.

Usage

FROM avenga/nodejs-javascript-builder:latest AS build
FROM avenga/nodejs-javascript-app:latest AS release