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
Collaborator

Converts the Containerfile to a multi-stage build that compiles WASM in stage 1 (emscripten/emsdk) and serves static files in stage 2. Removes the separate Build WASM container action step from the deploy workflow. Enables Docker layer caching for faster rebuilds. Closes #13

Converts the Containerfile to a multi-stage build that compiles WASM in stage 1 (emscripten/emsdk) and serves static files in stage 2. Removes the separate Build WASM container action step from the deploy workflow. Enables Docker layer caching for faster rebuilds. Closes #13
LeSerjant added 1 commit 2026-03-15 14:48:23 +00:00
Fix #13: optimize deploy with multi-stage Containerfile
Some checks failed
CI / build (pull_request) Failing after 1m13s
Deploy / deploy (push) Failing after 55s
587fd210a2
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>
tas merged commit 587fd210a2 into main 2026-03-15 14:50:59 +00:00
tas deleted branch fix/13-optimize-deploy-workflow 2026-03-15 14:51:00 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tas/major_tom#16