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.
FROM avenga/nodejs-javascript-builder:latest AS build
FROM avenga/nodejs-javascript-app:latest AS release