Skip to content

Commit 6beab8e

Browse files
author
Stancu Florin
committed
update doc
1 parent 7323db6 commit 6beab8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: docs/DEVELOPER.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ Make the necessary code changes to implement your feature or fix.
1515
We've provided a unified Docker Compose file that works on all platforms (Linux, macOS, Windows):
1616

1717
```bash
18-
docker-compose -f docker/docker-compose.dev.yml up --build
18+
docker-compose -f docker-compose.dev.yml up --build
1919
```
2020

2121
This command:
2222
- Builds a new Docker image with your changes
2323
- Starts the container
2424
- Maps the necessary ports and volumes
2525

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.
2726

2827
#### 3. Access the Application
2928

0 commit comments

Comments
 (0)