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