ci: docker_tag=ext - Fix Dockerfile build error (remove file command)
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 1m22s
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 1m22s
This commit is contained in:
parent
67fc87314e
commit
6a9bee3c99
@ -26,7 +26,7 @@ RUN chown -R appuser:appuser /app
|
||||
RUN mkdir -p pkg && chmod -R 755 pkg
|
||||
|
||||
# Verify pkg files are present
|
||||
RUN ls -la pkg/ && file pkg/sdk_client_bg.wasm
|
||||
RUN ls -la pkg/
|
||||
|
||||
# Copy the provided prebuilt WASM package (ESM)
|
||||
# The directory pkg is provided in the build context
|
||||
|
Loading…
x
Reference in New Issue
Block a user