Fix workspaces path in build_wamr.sh (#3414)
This should match the path inside of .devcontainer/Dockerfile.
This commit is contained in:
@ -14,7 +14,7 @@ docker build \
|
|||||||
--cap-add=SYS_PTRACE \
|
--cap-add=SYS_PTRACE \
|
||||||
--cpus=".5" \
|
--cpus=".5" \
|
||||||
--memory=4G \
|
--memory=4G \
|
||||||
--mount type=bind,src="${ROOT}",dst=/workspace \
|
--mount type=bind,src="${ROOT}",dst=/workspaces \
|
||||||
--name wamr_build_env \
|
--name wamr_build_env \
|
||||||
--security-opt=seccomp=unconfined \
|
--security-opt=seccomp=unconfined \
|
||||||
wamr_dev_${VARIANT}:0.1 \
|
wamr_dev_${VARIANT}:0.1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user