dockerfile: move to repo root

This commit is contained in:
2026-01-28 18:08:08 +01:00
parent 0809803bfd
commit 103de5345e
3 changed files with 39 additions and 119 deletions

View File

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