Fix #13: optimize deploy with multi-stage Containerfile #16

Merged
tas merged 1 commits from LeSerjant/major_tom:fix/13-optimize-deploy-workflow into main 2026-03-15 14:50:59 +00:00

1 Commits

Author SHA1 Message Date
587fd210a2 Fix #13: optimize deploy with multi-stage Containerfile
Some checks failed
CI / build (pull_request) Failing after 1m13s
Deploy / deploy (push) Failing after 55s
Move the WASM build into a multi-stage Containerfile so the emscripten
compilation happens inside the Docker build. This eliminates the separate
container action step, enables Docker layer caching for faster rebuilds,
and makes the Containerfile self-contained.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 14:47:56 +00:00