You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
26
28
To build from local directories, run:
27
29
28
30
```bash
29
-
./build_local.sh
31
+
./bin/build_local.sh
30
32
```
31
33
32
34
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`
36
38
To build from GitHub repositories, run:
37
39
38
40
```bash
39
-
./build_github.sh
41
+
./bin/build_github.sh
40
42
```
41
43
42
44
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