makefile: update docker targets

This commit is contained in:
2026-01-25 19:45:21 +01:00
parent 830e6d6aa3
commit d94c99b36a

View File

@ -1,2 +1,8 @@
build-all:
docker:
docker build -t wasm-base wasm-base
run:
docker run --rm -it wasm-base:latest /bin/bash
run-external:
docker run --rm -it -v "./wasm-base/examples:/home/ubuntu/examples" wasm-base:latest /bin/bash