We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5382e98 commit 64673ceCopy full SHA for 64673ce
Dockerfile
@@ -11,7 +11,7 @@ ARG GROUPID=1724
11
12
# Add wpm that is not there
13
# comment the lines below if WPM is already part of the container
14
-ADD --chown=${USERID}:${GROUPID} resources/wpm ${SAG_HOME}/wpm
+ADD --chown=${USERID}:${GROUPID} ./wpm ${SAG_HOME}/wpm
15
16
WORKDIR ${SAG_HOME}/wpm
17
0 commit comments