Skip to content

Commit c765188

Browse files
committed
refactor: update readme
1 parent 57e837d commit c765188

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,16 @@ To easily work with a `@microservices-suite monorepo` you need to install [Suite
1414
| │ │ ├─ cli.js
1515
| │ │ ├─ package.json
1616
| │ │ ├─ README.md
17-
│ ├─ api-gateways/
18-
| │ ├─ app-1/
19-
| │ │ ├─ nginx
20-
| │ │ ├─ apache
21-
| │ │ ├─ README.md
17+
│ ├─ gateways/
18+
| │ ├─ apps/
19+
| │ | ├─app-1/
20+
| │ │ | ├─ webserver/
21+
| │ │ | | ├─Dockerfile
22+
| │ │ | | ├─Dockerfile.dev
23+
| │ │ | | ├─webserver.conf
24+
| │ │ | ├─ docker-compose.yml
25+
| │ │ | ├─ docker-compose.dev.yml
26+
| │ │ | ├─ README.md
2227
│ ├─ graphql/
2328
| │ ├─ app-1/
2429
| │ │ ├─ apollo-server

0 commit comments

Comments
 (0)