trilium/.gitpod.yml
2023-10-18 09:40:00 +02:00

12 lines
207 B
YAML

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