diff --git a/README.md b/README.md index 20d7116..1b0cb9a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Newsday Express/Docker template +# Newsday ExpressJS/Docker template Microservices are becoming the name of the game. Much what we are building are API-only microservices. Here's a template to get started quickly! ## File descriptions -**build-image** | This script will bake a fresh docker image with all of your code and push it to docker hub using the current timestamp as a tag +**build-image** | This script will bake a fresh docker image with all of your code and push it to docker hub using the current timestamp as a tag. Modify this file to reflect the username/repo_name of your image's repo and it will do the rest **rebuild** | Helpful for rebuilding your docker container locally to rule out issues with missing packages or scrambled mounts due to branch changes.