trilium/.gitpod.yml
2019-10-14 11:55:12 +02:00

11 lines
196 B
YAML

image:
file: .gitpod.dockerfile
tasks:
- before: nvm install 10 && nvm use 10
init: npm install
command: npm run start-server
ports:
- port: 8080
onOpen: open-preview