diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile deleted file mode 100644 index 9cd5149..0000000 --- a/.devcontainer/Dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -FROM paritytech/substrate-playground-template-base:sha-e8f33a4 - -# Here the whole repo is already accessible at . (thanks to the inherited image) - -RUN cargo build --release -RUN cargo check