solutions/.devcontainer/Dockerfile

7 lines
188 B
Docker

FROM paritytech/substrate-playground-template-base:sha-0793587
# Here the whole repo is already accessible at . (thanks to the inherited image)
RUN cargo build --release
RUN cargo check