We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6ec84 commit c922c21Copy full SHA for c922c21
Dockerfile
@@ -12,5 +12,5 @@ RUN GOOS=wasip1 GOARCH=wasm tinygo build -o /app/plugin.wasm -target=wasi .
12
13
FROM scratch
14
WORKDIR /
15
-# COPY --from=builder /app/plugin.wasm /plugin.wasm
16
-COPY plugin.wasm /plugin.wasm
+COPY --from=builder /app/plugin.wasm /plugin.wasm
+# COPY plugin.wasm /plugin.wasm
0 commit comments