Rebuilding the image
Without rebuilding the image, the update does not go through.
This commit is contained in:
parent
35dc319a76
commit
35cb8e3d96
@ -89,9 +89,10 @@ much easier than having to look up the container ID and remove it.
|
|||||||
|
|
||||||
### Starting our updated app container
|
### Starting our updated app container
|
||||||
|
|
||||||
1. Now, start your updated app.
|
1. Now, rebuild your image and start your updated app.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
docker build -t getting-started
|
||||||
docker run -dp 3000:3000 getting-started
|
docker run -dp 3000:3000 getting-started
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user