This commit is contained in:
2021-07-11 13:56:57 +00:00
parent bc2582c712
commit 4f2475634c
3 changed files with 9 additions and 6 deletions

View File

@@ -3,7 +3,11 @@ image:
# # Commands to start on workspace startup
tasks:
# - init: bash /workspace/www_threefold_io/gitpod/install.sh
- command: bash /workspace/www_threefold_io/gitpod/install.sh && bash /workspace/www_threefold_io/gitpod/run.sh
- command: rm -f /tmp/install.sh \
&& curl -s -o /tmp/install.sh https://raw.githubusercontent.com/threefoldfoundation/data_threefold/development/install.sh \
&& bash /tmp/install.sh \
&& bash /workspace/data_threefold/gitpod_scripts/install.sh
&& bash /workspace/data_threefold/gitpod_scripts/run.sh
ports:
- port: 8080
onOpen: open-browser