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 ca014db commit de5385bCopy full SHA for de5385b
1 file changed
README.md
@@ -60,6 +60,16 @@ app/
60
61

62
63
+
64
+## Development
65
66
+For standard usage the Docker Compose script uses prebuilt containers.
67
+For testing locally developed containers use the alternate Docker Compose file:
68
+```bash
69
+ docker compose --file docker-compose-develop.yml build
70
+ docker compose --file docker-compose-develop.yml up
71
+```
72
73
## Example Usage
74
75
```
0 commit comments