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.
1 parent 566f030 commit 014e54aCopy full SHA for 014e54a
README.md
@@ -40,7 +40,14 @@ The following dependecies are used for this project. Feel free to experiment usi
40
> **NOTE:** Requires Docker installed on the development machine.
41
42
1. Navigate the the repository's root directory from the commandline.
43
-2. Run: `docker compose up`
+2. Run the docker compose commands:<br>
44
+ ```
45
+ # Build the image
46
+ docker compose build
47
+
48
+ # Start/stop the docker image
49
+ docker compose up/down
50
51
52
@weaponsforge<br>
53
20230319
0 commit comments