We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
start-containers.sh
1 parent 3ed979f commit 9cc0f85Copy full SHA for 9cc0f85
samples/bookstore-demo/README.md
@@ -15,8 +15,8 @@ If you want to run the whole thing within docker (the project itself as well as
15
# ensure you have maven if needed
16
# brew install maven
17
18
-mvn package
19
-docker compose up
+# build and start containers
+./start-containers.sh
20
```
21
22
### Remotely
@@ -65,4 +65,4 @@ After which you may run the app either directly from your IDE or as a simple jar
65
```shell
66
mvn package
67
java -jar target/test-sessions-0.0.1-SNAPSHOT.jar --spring.profiles.active=docker
68
-```
+```
0 commit comments