Skip to content

Commit

Permalink
Add build flag to docker compose example
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Dec 5, 2022
1 parent f6aec40 commit 9b662d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ Changes to the [Vue](https://vuejs.org/) frontend components require rebuilding

```bash
./build-vue-ui.sh
docker compose up -d --force-recreate
docker compose up -d --build --force-recreate
```

Changes that modify pywb's Python dependencies or the operating system may require rebuilding the container:
Changes that modify pywb's Python dependencies or the operating system also require rebuilding the container:

```bash
docker compose up -d --build --force-recreate
Expand Down

0 comments on commit 9b662d9

Please sign in to comment.