Dockerfile 132 B

12345678
  1. # Build the image from https://github.com/joystream/docker-files/
  2. FROM rust-wasm
  3. WORKDIR /runtime
  4. COPY . /runtime
  5. RUN ./build.sh