Skip to content

Commit c922c21

Browse files
committed
fix: from builder
Signed-off-by: hungran <[email protected]>
1 parent 9c6ec84 commit c922c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ RUN GOOS=wasip1 GOARCH=wasm tinygo build -o /app/plugin.wasm -target=wasi .
1212

1313
FROM scratch
1414
WORKDIR /
15-
# COPY --from=builder /app/plugin.wasm /plugin.wasm
16-
COPY plugin.wasm /plugin.wasm
15+
COPY --from=builder /app/plugin.wasm /plugin.wasm
16+
# COPY plugin.wasm /plugin.wasm

0 commit comments

Comments
 (0)