dockerfile: mount wasm build dir

This commit is contained in:
2026-02-05 17:56:22 +01:00
parent f309508fdd
commit 12a95af8af
2 changed files with 6 additions and 3 deletions

View File

@ -3,10 +3,11 @@ docker:
docker build -t fail-generic-tracing -f fail-generic-tracing.dockerfile .
docker build -t fail-demo -f fail-demo.dockerfile . --build-arg CACHE_DATE="$(shell date)"
run: .compose ssh
.compose:
run:
docker compose up -d --force-recreate --renew-anon-volumes -y
stop:
docker compose down
ssh:
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 5022 fail@127.0.0.1