Skip to content

Commit 8262b91

Browse files
authored
Update README.md
1 parent a35d36e commit 8262b91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ flowchart LR
5959

6060

6161
4. **Build the Docker Image:**
62-
Only do this if you are setting up this project locally for the first time.
62+
Only do this if you are setting up this project locally for the first time. (only build)
6363

6464
```bash
6565
docker build -t recodehive-app .
6666
```
6767

68-
4. Run the Container
68+
5. Run the Container
6969
```bash
7070
docker run -p 3000:3000 recodehive-app
7171
```

0 commit comments

Comments
 (0)