Skip to content

Commit 014e54a

Browse files
committed
chore: Update README
1 parent 566f030 commit 014e54a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,14 @@ The following dependecies are used for this project. Feel free to experiment usi
4040
> **NOTE:** Requires Docker installed on the development machine.
4141
4242
1. Navigate the the repository's root directory from the commandline.
43-
2. Run: `docker compose up`
43+
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+
```
4451

4552
@weaponsforge<br>
4653
20230319

0 commit comments

Comments
 (0)