Fix #13: optimize deploy with multi-stage Containerfile #16
Reference in New Issue
Block a user
Delete Branch "LeSerjant/major_tom:fix/13-optimize-deploy-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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