mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
feat(nx/docker): bind port
This commit is contained in:
parent
76e43f3274
commit
db71c18d2b
@ -162,7 +162,7 @@
|
|||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"docker-build"
|
"docker-build"
|
||||||
],
|
],
|
||||||
"command": "docker run triliumnext"
|
"command": "docker run -p 8081:8080 triliumnext"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user