atomiq-node
is based on latest version of mhart/alpine-node and provides an
opinionated selection of packages optimized as a base image for building atomiq
microservices.
- Installs node-inspector and exposes it on port 8080
- Executes onbuild triggers to copy your sources to
/usr/src/app
FROM atomiq/node[:VERSION-onbuild]
# Expose ports as needed
EXPOSE 3000
-
6-onbuild, 6.2-onbuild, 6.2.2-onbuild, latest-onbuild (6.2/onbuild/Dockerfile)
-
6, 6.2, 6.2.2, latest (6.2/Dockerfile)