2020-10-08 10:00:06 +00:00
|
|
|
FROM paritytech/substrate-playground-template-base:sha-e8f33a4
|
2020-06-17 12:16:26 +00:00
|
|
|
|
2020-06-23 12:01:51 +00:00
|
|
|
# Here the whole repo is already accessible at . (thanks to the inherited image)
|
2020-06-17 12:16:26 +00:00
|
|
|
|
2020-08-18 15:40:02 +00:00
|
|
|
RUN cargo build --release
|
2020-10-05 08:59:24 +00:00
|
|
|
RUN cargo check
|