Skip to content

Commit b8eca2e

Browse files
committed
Updated readme to mention create-images.sh
Letting users know there is a time saving script they can use
1 parent 44ae3e2 commit b8eca2e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.adoc

+11
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@ java -jar creekproducer/targecreekproducer-0.0.1-SNAPSHOT.jar
6565

6666
== Using Docker and Docker Compose
6767

68+
You can run the following script to build all the projects' docker images by running the following script:
69+
70+
[source,bash]
71+
----
72+
./create-images.sh
73+
----
74+
75+
Or your can build each of the projects below independently as follows:
76+
6877
Build the docker images per Project:
6978

7079
[source,bash]
@@ -97,6 +106,8 @@ cd creekmeasurementrepositoryconsumer
97106
./mvnw spring-boot:build-image -Dspring-boot.build-image.imageName=creek-storage
98107
----
99108

109+
=== Using docker-compose to launch the services.
110+
100111
Now, you can use the following `docker-compose.yml` file and execute:
101112

102113
[source,yaml]

0 commit comments

Comments
 (0)