Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Oliver committed Jan 26, 2018
1 parent b47dc1e commit a91852c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Build your generated project one of two ways:

Build a Docker image and run project in a Docker container using Docker commands in the project root directory:

1. docker build -t my-image
1. docker build -t my-image .
1. docker run -p 3000:3000 --name my-container my-image

Stop and optionally remove the container and image with the following commands:
Expand Down

0 comments on commit a91852c

Please sign in to comment.