OSDN Git Service

Regular updates
[twpd/master.git] / .gitpod.yml
1 image: gitpod/workspace-full
2
3 ports:
4   - port: 4001
5     onOpen: open-preview
6
7 tasks:
8   - init: yarn install && bundle install
9     command: env PORT=4001 yarn run dev
10
11 github:
12   # Prebuild the docker image for gitpod - https://www.gitpod.io/docs/prebuilds/
13   prebuilds:
14     # enable for the master/default branch
15     master: true