chore(nx/docker): basic integration

This commit is contained in:
Elian Doran
2025-04-25 09:54:10 +03:00
parent 12977f145c
commit 0e8b1f31b3
4 changed files with 25 additions and 26 deletions

View File

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