mirror of
https://github.com/zadam/trilium.git
synced 2025-12-11 21:26:13 +08:00
chore(nx/docker): add entrypoint for starting docker
This commit is contained in:
parent
b44876ee08
commit
cc7d6dea25
1 changed files with 6 additions and 0 deletions
|
|
@ -158,6 +158,12 @@
|
||||||
"build"
|
"build"
|
||||||
],
|
],
|
||||||
"command": "docker build -f apps/server/Dockerfile . -t triliumnext"
|
"command": "docker build -f apps/server/Dockerfile . -t triliumnext"
|
||||||
|
},
|
||||||
|
"docker-start": {
|
||||||
|
"dependsOn": [
|
||||||
|
"docker-build"
|
||||||
|
],
|
||||||
|
"command": "docker run triliumnext"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue