From 6a9bee3c9922eddbc1017c79ae1606c2255ccb6c Mon Sep 17 00:00:00 2001 From: 4NK CI Bot Date: Sun, 21 Sep 2025 21:46:58 +0000 Subject: [PATCH] ci: docker_tag=ext - Fix Dockerfile build error (remove file command) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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