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