fixed bootstrap

This commit is contained in:
cventastic
2021-12-14 19:15:45 +01:00
parent 478415b73f
commit 9902e0fb12
3 changed files with 4 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ git clone https://github.com/cventastic/POKT_DOKT.git
git submodule update --init --recursive
git pull --recurse-submodules
cd POKT_DOKT
chown -R 1005:1001 bootstrap_skript
chown -R 1005:1001 chains
docker-compose up -d
```