Skip to content

atomiqio/atomiq-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

atomiq-node

Docker Hub

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.

Features

  • Installs node-inspector and exposes it on port 8080
  • Executes onbuild triggers to copy your sources to /usr/src/app

Use in your own Dockerfile

FROM atomiq/node[:VERSION-onbuild]

# Expose ports as needed
EXPOSE 3000

Tags

About

Base image for Atomiq microservices

Resources

Stars

Watchers

Forks

Packages

No packages published