solutions/.devcontainer/Dockerfile

5 lines
98 B
Docker

FROM paritytech/substrate-playground-template-base:sha-b5e20c1
ADD . .
RUN cargo build --release