Base files for building the production digiserve/ab-notification-email Docker image.
Intended to be used in a stack together with the ab-sails-api image. For the official stack, please see https://github.com/appdevdesigns/ab-production-stack/
A local.js
config file must be mounted into the "/app/config/"
directory at runtime. This is the same config file used by the main AppBuilder
process. The included ne-launcher.js
will wait for Sails to start before
each launching the Notification Email service.
docker build --no-cache --compress -t digiserve/ab-notification-email .