trilium/.gitpod.yml

11 lines
196 B
YAML
Raw Normal View History

2019-10-14 17:55:12 +08:00
image:
file: .gitpod.dockerfile
tasks:
- before: nvm install 10 && nvm use 10
init: npm install
2019-10-14 17:55:12 +08:00
command: npm run start-server
ports:
- port: 8080
onOpen: open-preview