Fix workspaces path in build_wamr.sh (#3414)

This should match the path inside of .devcontainer/Dockerfile.
This commit is contained in:
Benbuck Nason
2024-05-12 20:47:28 -07:00
committed by GitHub
parent fe5e7a9981
commit b349d844f8

View File

@ -14,7 +14,7 @@ docker build \
--cap-add=SYS_PTRACE \
--cpus=".5" \
--memory=4G \
--mount type=bind,src="${ROOT}",dst=/workspace \
--mount type=bind,src="${ROOT}",dst=/workspaces \
--name wamr_build_env \
--security-opt=seccomp=unconfined \
wamr_dev_${VARIANT}:0.1 \