ci: docker_tag=ext - Fix Dockerfile issues with WASM package and Alpine compatibility
This commit is contained in:
parent
8bba3e5437
commit
fd351374fa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user