From 44081444a29e1dc0afe5a0310f9583f9c4df6713 Mon Sep 17 00:00:00 2001 From: kristof de spiegeleer Date: Sun, 11 Jul 2021 12:42:38 +0000 Subject: [PATCH] git[od --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index c17335952..3e51fe687 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -2,8 +2,8 @@ image: file: .gitpod.Dockerfile # # Commands to start on workspace startup tasks: - - init: bash /workspace/www_threefold_io/gitpod/install.sh - - command: bash /workspace/www_threefold_io/gitpod/run.sh + # - 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 ports: - port: 8080 onOpen: open-browser