mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(docker): fix docker-build script
This commit is contained in:
parent
6da8a89e80
commit
2920838ab1
@ -159,7 +159,10 @@
|
|||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"build"
|
"build"
|
||||||
],
|
],
|
||||||
"command": "docker build -f apps/server/Dockerfile . -t triliumnext"
|
"command": "docker build . -t triliumnext",
|
||||||
|
"options": {
|
||||||
|
"cwd": "{projectRoot}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"docker-start": {
|
"docker-start": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user