Skip to content

Commit 39c7fd7

Browse files
committed
fixing up the readme
1 parent e9cd8a1 commit 39c7fd7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
Example for a blog post about nginx docker compose
44

55
## Prerequisites
6-
- Github token with these repos in scope.
6+
- Github token with these repos in scope. `GH_TOKEN`
7+
- `docker`
8+
- `docker compose`
9+
- `git`
710

811
## Setup
912
Set your environment variables & initialize submodules
@@ -16,7 +19,6 @@ git submodule update --init --recursive
1619
```
1720

1821

19-
2022
## Build the Environments
2123

2224
To run this you will execute one of the following commands depending on your build source:
@@ -26,7 +28,7 @@ To run this you will execute one of the following commands depending on your bui
2628
To build from local directories, run:
2729

2830
```bash
29-
./build_local.sh
31+
./bin/build_local.sh
3032
```
3133

3234
This setup allows for hot-swapping of code. Any changes made in the `repo_refs` directories will be immediately reflected in the running containers, allowing developers to see their changes in real-time via the nginx server.
@@ -36,7 +38,7 @@ This setup allows for hot-swapping of code. Any changes made in the `repo_refs`
3638
To build from GitHub repositories, run:
3739

3840
```bash
39-
./build_github.sh
41+
./bin/build_github.sh
4042
```
4143

4244
The GitHub build process is isolated from the local development environment, ensuring a clean and isolated build environment. This prevents any potential conflicts with local volumes.

0 commit comments

Comments
 (0)