mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 17:13:45 +08:00
11 lines
207 B
YAML
11 lines
207 B
YAML
image:
|
|
file: .gitpod.dockerfile
|
|
|
|
tasks:
|
|
- before: nvm install 16.15.0 && nvm use 16.15.0
|
|
init: npm install
|
|
command: npm run start-server
|
|
|
|
ports:
|
|
- port: 8080
|
|
onOpen: open-preview
|