Skip to content

Commit 9cc0f85

Browse files
committed
update to use start-containers.sh
1 parent 3ed979f commit 9cc0f85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/bookstore-demo/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ If you want to run the whole thing within docker (the project itself as well as
1515
# ensure you have maven if needed
1616
# brew install maven
1717

18-
mvn package
19-
docker compose up
18+
# build and start containers
19+
./start-containers.sh
2020
```
2121

2222
### Remotely
@@ -65,4 +65,4 @@ After which you may run the app either directly from your IDE or as a simple jar
6565
```shell
6666
mvn package
6767
java -jar target/test-sessions-0.0.1-SNAPSHOT.jar --spring.profiles.active=docker
68-
```
68+
```

0 commit comments

Comments
 (0)