FROM rust:slim RUN rustup default nightly RUN rustup target add wasm32-unknown-unknown RUN cargo install trunk CMD [ "trunk", "watch" ]