4 lines
61 B
Docker
4 lines
61 B
Docker
FROM scratch
|
|
COPY hello_wasm.wasm /
|
|
CMD ["/hello_wasm.wasm"]
|
FROM scratch
|
|
COPY hello_wasm.wasm /
|
|
CMD ["/hello_wasm.wasm"]
|