Rebuilding the image

Without rebuilding the image, the update does not go through.
This commit is contained in:
Alex Daly
2020-06-19 20:05:59 -04:00
committed by GitHub
parent 35dc319a76
commit 35cb8e3d96

View File

@@ -89,9 +89,10 @@ much easier than having to look up the container ID and remove it.
### Starting our updated app container
1. Now, start your updated app.
1. Now, rebuild your image and start your updated app.
```bash
docker build -t getting-started
docker run -dp 3000:3000 getting-started
```