Files
talks/2023-02-01-openshift-meetup/0-web-assembly-containers/Containerfile

4 lines
97 B
Docker

FROM scratch
COPY hello_wasm/target/wasm32-wasi/debug/hello_wasm.wasm /
CMD ["/hello_wasm.wasm"]