Files
talks/0-web-assembly-containers/Containerfile

4 lines
61 B
Docker

FROM scratch
COPY hello_wasm.wasm /
CMD ["/hello_wasm.wasm"]