File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
developing...
2
2
3
- ![ alt tag] ( https://github.com/emmanuelneri/microservices-spring-cloud/blob/master/architecture.jpeg )
4
-
5
-
6
- #### Docker
3
+ #### Docker Run
7
4
8
5
1 . ``` sh docker-build.sh ```
9
6
2 . ``` sh docker-infra-start.sh ```
10
7
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 )
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ mvn -f customers/pom.xml dockerfile:build
11
11
mvn -f files-api/pom.xml dockerfile:build
12
12
mvn -f orders-api/pom.xml dockerfile:build
13
13
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 .)
You can’t perform that action at this time.
0 commit comments