From: Erik Date: Fri, 18 Dec 2020 14:55:06 +0000 (+0900) Subject: Regular updates X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=00d34bd59ad82a6a08625e3244e3e768eb85236f;p=twpd%2Fmaster.git Regular updates --- diff --git a/.gitpod.yml b/.gitpod.yml index 8115512..150a4ce 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,10 +1,15 @@ image: gitpod/workspace-full +ports: + - port: 4001 + onOpen: open-preview + +tasks: + - init: yarn install && bundle install + command: env PORT=4001 yarn run dev + github: - # Prebuild the docker image for gitpod - https://www.gitpod.io/docs/46_prebuilds/ + # Prebuild the docker image for gitpod - https://www.gitpod.io/docs/prebuilds/ prebuilds: # enable for the master/default branch master: true - -tasks: - - init: bundle install \ No newline at end of file