mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 07:21:54 +00:00
Fix workspaces path in build_wamr.sh (#3414)
This should match the path inside of .devcontainer/Dockerfile.
This commit is contained in:
parent
fe5e7a9981
commit
b349d844f8
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user