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

Commit

Permalink
Merge pull request #32 from ibm-developer/jkingoliver-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Jennifer Oliver committed Jan 26, 2018
2 parents b47dc1e + a91852c commit 0391180
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 0391180

Please sign in to comment.