Skip to content

Commit

Permalink
Merge pull request #1507 from tnozicka/fix-docs-target
Browse files Browse the repository at this point in the history
Fix preview target in docs readme
  • Loading branch information
scylla-operator-bot[bot] authored Oct 24, 2023
2 parents e1e1d30 + 7f2656d commit fb80714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Here is an example how you can start quickly using containers, similarly to how
(This assumes you are located at the repository root.)

```bash
podman run -it --pull=Always --rm -v="$( pwd )/docs:/go/$( go list -m )/docs:Z" --workdir="/go/$( go list -m )/docs" -p 5500:5500 quay.io/scylladb/scylla-operator-images:poetry-1.5 bash -euExo pipefail -O inherit_errexit -c 'poetry install && make multiversionpreview'
podman run -it --pull=Always --rm -v="$( pwd )/docs:/go/$( go list -m )/docs:Z" --workdir="/go/$( go list -m )/docs" -p 5500:5500 quay.io/scylladb/scylla-operator-images:poetry-1.5 bash -euExo pipefail -O inherit_errexit -c 'poetry install && make preview'
```

Docs will be available at http://localhost:5500/
Expand Down

0 comments on commit fb80714

Please sign in to comment.