You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/11/16 09:29:23 UTC

[hop] branch master updated: HOP-4550: add context to dockerfile

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new a3c160e476 HOP-4550: add context to dockerfile
     new c0bbf40940 Merge pull request #1790 from hansva/master
a3c160e476 is described below

commit a3c160e4760a47f8acf2281781f4a7b0df40e090
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Wed Nov 16 10:28:56 2022 +0100

    HOP-4550: add context to dockerfile
---
 integration-tests/hopweb/docker-compose.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/integration-tests/hopweb/docker-compose.yml b/integration-tests/hopweb/docker-compose.yml
index aca79ca023..370191b36f 100644
--- a/integration-tests/hopweb/docker-compose.yml
+++ b/integration-tests/hopweb/docker-compose.yml
@@ -27,7 +27,8 @@ services:
       depends_on:
         - hopweb
       build: &build-dev
-        dockerfile: ./Dockerfile
+        context: ../../.
+        dockerfile: integration-tests/hopweb/Dockerfile
       ports:
         - "4444:4444"
 #      command: tail -f /dev/null