Skip to content

Commit

Permalink
Make command for starting dev include --build in readme/contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Sep 29, 2024
1 parent 2958f1f commit a7cfdf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,8 @@ git remote add upstream https://github.com/activist-org/activist.git
4. Start your docker images with the following:

```bash
docker compose --env-file .env.dev up

# Or with new dependencies:
# docker compose --env-file .env.dev up --build
# --build only necessary with new dependencies or backend model changes
docker compose --env-file .env.dev up --build

# And to stop the containers when you're done working:
# docker compose --env-file .env.dev down
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,8 @@ git remote add upstream https://github.com/activist-org/activist.git
5. Start your docker images with the following:

```bash
docker compose --env-file .env.dev up
# Or with new dependencies or backend model changes:
# docker compose --env-file .env.dev up --build
# --build only necessary with new dependencies or backend model changes
docker compose --env-file .env.dev up --build
# And to stop the containers when you're done working:
# docker compose --env-file .env.dev down
Expand Down

0 comments on commit a7cfdf3

Please sign in to comment.