We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35d36e commit 8262b91Copy full SHA for 8262b91
README.md
@@ -59,13 +59,13 @@ flowchart LR
59
60
61
4. **Build the Docker Image:**
62
- Only do this if you are setting up this project locally for the first time.
+ Only do this if you are setting up this project locally for the first time. (only build)
63
64
```bash
65
docker build -t recodehive-app .
66
```
67
68
-4. Run the Container
+5. Run the Container
69
70
docker run -p 3000:3000 recodehive-app
71
0 commit comments