Skip to content

Commit 9e533a1

Browse files
committed
docs: update README instructions for running and building docker
1 parent b0ef550 commit 9e533a1

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,14 +303,26 @@ To view Swagger docs, run `npm start` and open ![localhost:3002/api-docs](localh
303303

304304
<strong>Run in Development</strong>
305305

306-
```md
306+
```bash
307307
docker-compose -f docker-compose.yml up
308308
```
309309

310+
### Access the app:
311+
312+
[http://localhost:3004](http://localhost:3004)
313+
314+
If the port is changed, please check the `PORT` arg in the Dockerfile to fix the problem.
315+
310316
<strong>Run in Production</strong>
311317

312-
```md
318+
```bash
313319
docker-compose -f docker-compose.prod.yml up
314320
```
315321

322+
#### Access the app:
323+
324+
[http://localhost:3000](http://localhost:3000)
325+
326+
If the port is changed, please check the `PORT` arg in the Dockerfile to fix the problem.
327+
316328
<hr>

0 commit comments

Comments
 (0)