Skip to content

Commit

Permalink
docs(contributing): add relative path starting from ./app to step 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmartin4820 authored and fyliu committed Aug 26, 2024
1 parent beeaeec commit c410944
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 @@ -160,7 +160,7 @@ upstream https://github.com/hackforla/peopledepot.git (push)
1. Create an .env.docker file from .env.docker-example
```bash
cp .env.docker-example .env.docker
cp ./app/.env.docker-example ./app/.env.docker
```
1. Build and run the project via the script (this includes running `docker-compose up`)
Expand Down

0 comments on commit c410944

Please sign in to comment.