Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Jun 26, 2023
1 parent 2af4764 commit 3de50f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/orthanc/build-or-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ elif [[ $target == "orthanc-stone-wasm" ]]; then
STONE_BRANCH=${commitId} ./docker-internal.sh Release

mkdir -p $buildRootPath
mkdir -p /target
pushd /target
tar -zcvf $buildRootPath/stone.wasm.tar.gz StoneWebViewer/

Expand All @@ -484,6 +485,7 @@ elif [[ $target == "orthanc-stone-wasm" ]]; then
else

# since this is a multi-stage build, we must uncompress the tar.gz where the next step expects it (in /target)
mkdir -p /target
pushd /target
tar xvf $buildRootPath/stone.wasm.tar.gz

Expand Down

0 comments on commit 3de50f0

Please sign in to comment.