trilium/.gitpod.yml
2021-12-02 22:00:42 +01:00

12 lines
207 B
YAML

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