Skip to content

Commit

Permalink
Expands Readme language
Browse files Browse the repository at this point in the history
  • Loading branch information
tc-mccarthy committed Feb 5, 2022
1 parent 6bbbb81 commit e239d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e239d75

Please sign in to comment.