You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/06/02 15:40:21 UTC

[incubator-streampipes] branch dev updated: Add build parameter to docker compose command in readme

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new c17027fb2 Add build parameter to docker compose command in readme
c17027fb2 is described below

commit c17027fb24d3d84e0fa2c9773e543fc6369bdb69
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Thu Jun 2 17:40:16 2022 +0200

    Add build parameter to docker compose command in readme
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c8d73d15c..b054d0ad7 100644
--- a/README.md
+++ b/README.md
@@ -126,7 +126,7 @@ To build the ui, switch to the ``ui`` folder and perform the following steps:
 
 ### Starting
 
-To start StreamPipes, run ``docker-compose up -d`` from the root directory.
+To start StreamPipes, run ``docker-compose up --build -d`` from the root directory.
 
 You can also use the installer or CLI as described in the ``Installation`` section.