homepage/docker/organic/Dockerfile
Tom Alexander d31c85dc44
All checks were successful
build-staging Build build-staging has succeeded
Switch to using webhook_bridge instead of lighthouse to trigger the CI.
2024-09-30 18:48:07 -04:00

8 lines
183 B
Docker

FROM rustlang/rust:nightly-alpine3.20
RUN apk add --no-cache musl-dev make bash
RUN rustup target add wasm32-unknown-unknown
RUN cargo install wasm-bindgen-cli
CMD ["make", "wasm"]