mirror of
https://github.com/zadam/trilium.git
synced 2026-06-19 17:40:56 +02:00
docs(dev): update recent technical documentation
This commit is contained in:
8
docs/Developer Guide/Developer Guide/Building/Docker.md
vendored
Normal file
8
docs/Developer Guide/Developer Guide/Building/Docker.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Docker
|
||||
To build the server for Docker:
|
||||
|
||||
* Go to `apps/server` and run:
|
||||
* `pnpm docker-build-debian` or
|
||||
* `pnpm docker-build-alpine`.
|
||||
* Similarly, to build the rootless versions: `pnpm docker-build-rootless-debian` or `pnpm docker-build-rootless-alpine`.
|
||||
* To not only build but also run the Docker container, simply replace `docker-build` with `docker-start` (e.g. `pnpm docker-start-debian`).
|
||||
Reference in New Issue
Block a user