Skip to content

Commit 965f96e

Browse files
committed
Update ReadMe. Images push to docker instance.
1 parent 447993b commit 965f96e

File tree

27 files changed

+14
-1
lines changed

27 files changed

+14
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ based on the url route. Zuul also registers with eureka and gets the ip/domain f
2828

2929
## Run this project in Local Machine
3030

31+
>Frontend App
32+
33+
Navigate to `bookstore-frontend-react-app` folder
34+
Run below commnads to start Frontend React Application
35+
36+
```
37+
yarn install
38+
yarn start
39+
```
40+
41+
>Backend Services
42+
>
43+
To Start Backend Services follow below steps.
3144
>Using Intellij/Eclipse or Command Line
3245
3346
Import this project into IDE and run all Spring boot projects or

bookstore-catalog-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ COPY target/${JAR_FILE} catalog-service.jar
99
#Using Dokerize to check whether db is up, if it is then start this service.
1010
COPY dockerize dockerize
1111

12-
COPY ../images /images
12+
COPY ./images /images
1313

1414
CMD ./dockerize -wait tcp://bookstore-mysql-db:3306 -timeout 15m java -Djava.security.egd=file:/dev/./urandom -jar /catalog-service.jar
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)