hashed-io / hashed-substrate

Hashed Network - Substrate Implementation of Parachain and Solochain
https://hashed.network
MIT License
9 stars 4 forks source link

Deploy MD5 Network #116

Open mgravitt opened 2 years ago

mgravitt commented 2 years ago
mgravitt commented 2 years ago

I get the following error trying to deploy build the Dockerfile currently. I think there is just a problem with the dockerignore or build process.

   Compiling cumulus-primitives-parachain-inherent v0.1.0 (https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f8)
   Compiling cumulus-client-pov-recovery v0.1.0 (https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f8)
   Compiling cumulus-relay-chain-rpc-interface v0.1.0 (https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f8)
   Compiling cumulus-client-consensus-aura v0.1.0 (https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f8)
   Compiling cumulus-client-collator v0.1.0 (https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f8)
   Compiling cumulus-pallet-parachain-system v0.1.0 (https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f8)
   Compiling cumulus-client-service v0.1.0 (https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f8)
   Compiling cumulus-relay-chain-inprocess-interface v0.1.0 (https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f8)
    Finished release [optimized] target(s) in 15m 40s
Removing intermediate container 673b0a3998e1
 ---> cb904af570b8
Step 4/8 : COPY ./target/release/hashed-parachain ./.
COPY failed: file not found in build context or excluded by .dockerignore: stat target/release/hashed-parachain: file does not exist
mgravitt commented 2 years ago

https://github.com/paritytech/subport/issues/464