Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Equiem/docker-node-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

docker-node-base

This repository contains the docker file that is used as base image for the node applications. Eg: store-api

FAQ

How do I create a new version/tag of the docker image ?

The docker images are built and published on Docker Hub. An image built on docker hub uses the git tag or branch name. Most often, you should be able to create a PR, get an image published based on docker hub, test changes locally. After approval of the PR, one can create a tag to get the official image out to be consumed in the app.