We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e031e8 commit 79b00a5Copy full SHA for 79b00a5
1 file changed
README.md
@@ -95,21 +95,16 @@ nano .env
95
docker compose up -d
96
```
97
98
-### Using Docker Hub (Alternative)
+### Local Development
99
100
-```yaml
101
-# In docker-compose.yml, change:
102
-image: ghcr.io/renfrewcountyscanner/icad_dispatch_v2:latest
103
-# to:
104
-image: renfrewcountyscanner/icad_dispatch_v2:latest
105
-```
106
-
107
-### Local Development Build
108
109
-For development or custom builds:
+For developers who want to modify the code:
110
111
```bash
112
-# Use the production compose file
+# Clone the repository
+git clone https://github.com/renfrewcountyscanner/icad_dispatch_v2.git
+cd icad_dispatch_v2
+
+# Use the production compose file (builds locally)
113
docker compose -f docker-compose.production.yml up -d --build
114
115
0 commit comments