makefile: update paths + docker cache invalidation
This commit is contained in:
4
Makefile
4
Makefile
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user