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

This commit is contained in:
4NK CI Bot 2025-09-21 21:46:58 +00:00
parent 67fc87314e
commit 6a9bee3c99

View File

@ -26,7 +26,7 @@ RUN chown -R appuser:appuser /app
RUN mkdir -p pkg && chmod -R 755 pkg RUN mkdir -p pkg && chmod -R 755 pkg
# Verify pkg files are present # 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) # Copy the provided prebuilt WASM package (ESM)
# The directory pkg is provided in the build context # The directory pkg is provided in the build context