Skip to content

Commit e7cb2ff

Browse files
committed
Ajustando readme
1 parent a90bb86 commit e7cb2ff

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
developing...
22

3-
![alt tag](https://github.com/emmanuelneri/microservices-spring-cloud/blob/master/architecture.jpeg)
4-
5-
6-
#### Docker
3+
#### Docker Run
74

85
1. ```sh docker-build.sh```
96
2. ```sh docker-infra-start.sh```
107
2. ```sh docker-cloud-start.sh```
11-
3. ```docker-compose up```
8+
3. ```sh docker-app-start.sh```
9+
10+
![alt tag](https://github.com/emmanuelneri/microservices-spring-cloud/blob/master/architecture.jpeg)

docker-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ mvn -f customers/pom.xml dockerfile:build
1111
mvn -f files-api/pom.xml dockerfile:build
1212
mvn -f orders-api/pom.xml dockerfile:build
1313

14-
(cd web && ng build --output-path=build)
15-
(cd web && docker build -t microservices-cloud/web .)
14+
#(cd web && ng build --output-path=build)
15+
#(cd web && docker build -t microservices-cloud/web .)

0 commit comments

Comments
 (0)