makefile: update paths + docker cache invalidation

This commit is contained in:
2026-01-28 23:41:52 +01:00
parent f25e213f9d
commit 8f09e49c8a

View File

@ -1,8 +1,8 @@
docker: docker:
docker build -t wasm-base -f wasm-base.dockerfile . docker build -t wasm-base -f wasm-base.dockerfile . --build-arg CACHE_DATE="$(shell date)"
run: run:
docker run --rm -it wasm-base:latest /usr/bin/fish docker run --rm -it wasm-base:latest /usr/bin/fish
run-external: run-external:
docker run --rm -it -v "./wasm-base/examples:/home/ubuntu/examples" wasm-base:latest /usr/bin/fish docker run --rm -it -v "./examples:/home/ubuntu/examples" wasm-base:latest /usr/bin/fish