rmrk-team / rmrk-substrate

[WIP] RMRK Substrate pallets
https://rmrk.app
Other
74 stars 36 forks source link

docker_run.sh not working: missing .local #239

Closed pstuermlinger closed 1 year ago

pstuermlinger commented 1 year ago

docker-compose.yml tries to mount a .local file/folder(?). It's included in .gitignore so it seems like I should create it on my own. What should it contain?

./docker_run.sh cargo check
*** Start Substrate node template ***
[+] Running 1/1
 ⠿ Network rmrk-substrate_default  Removed                                                                                                               0.2s
[+] Running 1/0
 ⠿ Network rmrk-substrate_default  Created                                                                                                               0.0s
Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /home/user/projects/rmrk-substrate/.local
ilionic commented 1 year ago

docker-compose and docs around it came from substrate-node-template but aren't actively used by contributors in this repo so setup should be double checked and most likely improved. We might need to keep an eye on following PR from template repo https://github.com/substrate-developer-hub/substrate-node-template/pull/385

jamesbayly commented 1 year ago

We've just tested https://github.com/substrate-developer-hub/substrate-node-template/pull/385 so are behind it as the best practice docker compose file from RPC providers point of view