Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 466736d

Browse files
authored
update readme
1 parent 3849a42 commit 466736d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

02-Login-With-Profile/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ Make sure you have [docker installed on your computer](https://docs.docker.com/g
3636
Create your docker image:
3737

3838
```bash
39-
$ docker build -t example-node .
39+
$ docker build -t example-node-2 .
4040
```
4141

42-
Run your docker container using the example-node image, changing the port numbers as necessary:
42+
Run your docker container using the example-node-2 image, changing the port numbers as necessary:
4343

4444
```bash
45-
$ docker run -p 5000:5000 example-node
45+
$ docker run -p 5000:5000 example-node-2
4646
```
4747

4848
You can now visit http://localhost:5000 in your browser to see Passage in action.

0 commit comments

Comments
 (0)