Spaces:
Running
Running
Commit
·
77a1685
1
Parent(s):
b68fbd7
fixing Dockerfile symlink creation
Browse files- omnitool_init.sh +1 -0
omnitool_init.sh
CHANGED
@@ -43,5 +43,6 @@ echo "[->] Updating permissions"
|
|
43 |
chmod -R 0777 .
|
44 |
chown -Rh node:node .
|
45 |
|
|
|
46 |
echo "[->] YARN START "
|
47 |
yarn start -u -rb -R blocks
|
|
|
43 |
chmod -R 0777 .
|
44 |
chown -Rh node:node .
|
45 |
|
46 |
+
cd ./omnitool
|
47 |
echo "[->] YARN START "
|
48 |
yarn start -u -rb -R blocks
|