Build JS on CI host, copy dist into Docker image for faster arm64 builds; v1.0.5

Removes the build stage from Dockerfile so npm install/build no longer run under
QEMU emulation — only the lightweight runtime stage runs per-platform, making
arm64 images build reliably.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nmemmert
2026-07-16 16:02:19 -04:00
parent 3a055ba8b2
commit 369a7944f0
4 changed files with 5 additions and 15 deletions
-1
View File
@@ -1,5 +1,4 @@
node_modules
dist
.git
.gitignore
.vscode