You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/09 21:33:59 UTC

[incubator-streampipes-extensions] branch dev updated: [hotfix] fix wrong build context

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new b636329  [hotfix] fix wrong build context
b636329 is described below

commit b636329ff83ea17be04fb330e5ab4d0a114f0489
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Wed Sep 9 23:33:23 2020 +0200

    [hotfix] fix wrong build context
---
 docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 52107f1..345d236 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -83,7 +83,7 @@ services:
 
   sources-vehicle-simulator:
     build:
-      context: ./streampipes-sources-watertank-simulator
+      context: ./streampipes-sources-vehicle-simulator
       dockerfile: Dockerfile
       args:
         BASE_IMAGE: adoptopenjdk/openjdk8-openj9:alpine-slim