From cf47457f41ffb085b56d7cf80175ddb553a5dcca Mon Sep 17 00:00:00 2001 From: Hans Van Akelyen Date: Wed, 16 Nov 2022 10:40:46 +0100 Subject: [PATCH] HOP-4550: fix copy in reference to new context --- integration-tests/hopweb/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/hopweb/Dockerfile b/integration-tests/hopweb/Dockerfile index f9c403fdcca..7f1f337f9bf 100644 --- a/integration-tests/hopweb/Dockerfile +++ b/integration-tests/hopweb/Dockerfile @@ -19,8 +19,8 @@ FROM selenium/standalone-chrome RUN sudo useradd -s /bin/bash -m hop -COPY src/ /home/hop/src/ -COPY pom.xml /home/hop/ +COPY integration-tests/hopweb/src/ /home/hop/src/ +COPY integration-tests/hopweb/pom.xml /home/hop/ RUN sudo chown -R hop:hop /home/hop/ RUN sudo mkdir /surefire-reports/ && sudo chown -R hop:hop /surefire-reports