feat(nx/docker): bind port

This commit is contained in:
Elian Doran
2025-04-25 13:34:06 +03:00
parent 76e43f3274
commit db71c18d2b

View File

@@ -162,7 +162,7 @@
"dependsOn": [
"docker-build"
],
"command": "docker run triliumnext"
"command": "docker run -p 8081:8080 triliumnext"
}
}
}