Skip to content

Commit 64673ce

Browse files
update CI with wpm download steps
1 parent 5382e98 commit 64673ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG GROUPID=1724
1111

1212
# Add wpm that is not there
1313
# comment the lines below if WPM is already part of the container
14-
ADD --chown=${USERID}:${GROUPID} resources/wpm ${SAG_HOME}/wpm
14+
ADD --chown=${USERID}:${GROUPID} ./wpm ${SAG_HOME}/wpm
1515

1616
WORKDIR ${SAG_HOME}/wpm
1717

0 commit comments

Comments
 (0)