mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(nx/docker): add entrypoint for starting docker
This commit is contained in:
parent
b44876ee08
commit
cc7d6dea25
@ -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…
x
Reference in New Issue
Block a user