Skip to content

Commit

Permalink
Merge pull request #1791 from hansva/master
Browse files Browse the repository at this point in the history
HOP-4550: fix copy in reference to new context
  • Loading branch information
hansva authored Nov 16, 2022
2 parents c0bbf40 + cf47457 commit 46c1cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/hopweb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46c1cf8

Please sign in to comment.