Skip to content

Commit

Permalink
fixed deploy paths
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Aug 23, 2024
1 parent 6ccecd1 commit d8a4b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/micapipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ neurodocker generate ${neurodocker_buildMode} \
--run="mkdir -p ${mountPointList}" \
--workdir /opt \
--install wget git curl ca-certificates unzip \
--env PATH='$PATH':/opt/${toolName}-${toolVersion}/bin \
--env DEPLOY_PATH=/opt/${toolName}-${toolVersion}/bin/ \
--env PATH='$PATH':/opt/${toolName}/ \
--env DEPLOY_PATH=/opt/${toolName}/ \
--copy README.md /README.md \
--copy test.sh /test.sh \
--run="bash /test.sh" \
Expand Down

0 comments on commit d8a4b07

Please sign in to comment.