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
Copy file name to clipboardExpand all lines: docs/DEVELOPER.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,14 @@ Make the necessary code changes to implement your feature or fix.
15
15
We've provided a unified Docker Compose file that works on all platforms (Linux, macOS, Windows):
16
16
17
17
```bash
18
-
docker-compose -f docker/docker-compose.dev.yml up --build
18
+
docker-compose -f docker-compose.dev.yml up --build
19
19
```
20
20
21
21
This command:
22
22
- Builds a new Docker image with your changes
23
23
- Starts the container
24
24
- Maps the necessary ports and volumes
25
25
26
-
> **Performance Tip**: The Docker Compose file includes cache volumes for Go modules and npm packages, which significantly speeds up subsequent builds. These caches persist between container restarts and rebuilds.
0 commit comments