mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 17:13:45 +08:00
11 lines
No EOL
196 B
YAML
11 lines
No EOL
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 |