diff --git a/Dockerfile b/Dockerfile index 25658a9..5f77eaf 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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