Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

The Dockerfile create a wrong link #331

Closed
jualy007 opened this issue Jul 19, 2019 · 1 comment
Closed

The Dockerfile create a wrong link #331

jualy007 opened this issue Jul 19, 2019 · 1 comment

Comments

@jualy007
Copy link
Contributor

When I try to running node with docker, I am try to mounting /data to my local /opt/polkadot/data path, but after running, there are no data in /opt/polkadot/data, the problem is that there are problems in Dockerfile.
In Dockerfile:
mkdir -p /root/.local/share/Polkadot &&
ln -s /root/.local/share/Polkadot /data

but when running polkdot, the data in store in /root/.local/share/polkadot.

@bkchr
Copy link
Member

bkchr commented Jul 22, 2019

Fixed by: #332

@bkchr bkchr closed this as completed Jul 22, 2019
tomusdrw added a commit that referenced this issue Mar 26, 2021
* Disable CORS checks on the ETH node.

* Whitelist extensions.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants