trilium/.gitpod.yml
2023-05-04 21:01:25 +02:00

12 lines
207 B
YAML

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