Skip to content

Commit

Permalink
docs: fix dev docker compose filepath on CONTRIBUTING.md (#552)
Browse files Browse the repository at this point in the history
`docker-compose.build.yml` does not exist.


![image](https://github.com/user-attachments/assets/4c83afd3-3fd6-48b1-81ea-d2cbed368426)
  • Loading branch information
lc-soft authored Dec 29, 2024
1 parent be3f44c commit 12aa507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Setting up the project on your local machine is the first step to contributing t
To test your local changes, you can build and run the project using:

```bash
docker compose -f docker-compose.build.yml up
docker compose -f docker-compose.dev.yml up
```

### Your First Contribution
Expand Down

0 comments on commit 12aa507

Please sign in to comment.