mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-07 21:39:48 -06:00
chore(docker): fix docker-build script
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user