chore(nx/docker): add entrypoint for starting docker

This commit is contained in:
Elian Doran 2025-04-25 11:57:53 +03:00
parent b44876ee08
commit cc7d6dea25
No known key found for this signature in database

View File

@ -158,6 +158,12 @@
"build"
],
"command": "docker build -f apps/server/Dockerfile . -t triliumnext"
},
"docker-start": {
"dependsOn": [
"docker-build"
],
"command": "docker run triliumnext"
}
}
}