ci: docker_tag=ext - Fix Dockerfile issues with WASM package and Alpine compatibility

This commit is contained in:
4NK CI Bot 2025-09-21 13:46:47 +00:00
parent 8bba3e5437
commit fd351374fa

View File

@ -47,6 +47,9 @@ RUN apk update && apk upgrade && apk add --no-cache \
# Copy project files
COPY . .
# Ensure pkg directory exists and has correct permissions
RUN mkdir -p pkg && chmod -R 755 pkg
# Copy the provided prebuilt WASM package (ESM)
# The directory pkg is provided in the build context
# and already contains sdk_client.js (ES module) and wasm