Skip to content

Commit

Permalink
Specify --build option for Docker Compose in README
Browse files Browse the repository at this point in the history
This is much less error-prone for people new to working with Docker, and
experienced users will know when they're able to omit it.
  • Loading branch information
dominiklohmann committed May 25, 2024
1 parent 4918058 commit f988a80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ whitespace from string fields.

## Build and run

Simply run `docker compose up` to build and start a Tenzir node with your
additional plugin.
Simply run `docker compose up --build` to build and start a Tenzir node with
your additional plugin.

Use `docker compose run tenzir '<pipeline>'` to interact with the node on the
command-line, or set the following environment variables connect your node to
app.tenzir.com:
Use `docker compose run --build tenzir '<pipeline>'` to interact with the node
on the command-line, or set the following environment variables connect your
node to app.tenzir.com:

```
export TENZIR_PLUGINS__PLATFORM__API_KEY='<api-key>'
Expand Down

0 comments on commit f988a80

Please sign in to comment.