Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mtnstar committed Oct 29, 2024
1 parent e5e29fb commit 9d82b74
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,14 @@ Access the web application by browser: http://localhost:3000 and log in using *h

### Updating Images

:calendar: If you have installed a previous development setup before 03.2021, please run the following command inside one project, and then update your images:
```bash
docker compose down && docker volume rm hitobito_bundle && docker volume create hitobito_bundle
```

When the images of this project change, execute the following command to update them locally:
When you have made changes to the images of this project, execute the following command to update them locally:

```bash
docker compose build --no-cache
```

Images are built and published with github actions

### Cloning wagons quickly

:race_car: You go ahead and clone your hitobito dev setup by taking full advantage of the `hitobito_clone` script located within `bin/hitobito_clone.rb`
Expand Down

0 comments on commit 9d82b74

Please sign in to comment.