mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 06:40:50 +08:00
feat(nx/server): add build/run scripts for docker rootless
This commit is contained in:
parent
a32f355193
commit
aa10638fd8
1 changed files with 12 additions and 0 deletions
|
|
@ -149,6 +149,12 @@
|
||||||
},
|
},
|
||||||
"alpine": {
|
"alpine": {
|
||||||
"command": "docker build . -t triliumnext-alpine -f Dockerfile.alpine"
|
"command": "docker build . -t triliumnext-alpine -f Dockerfile.alpine"
|
||||||
|
},
|
||||||
|
"rootless-debian": {
|
||||||
|
"command": "docker build . -t triliumnext-rootless-debian -f Dockerfile.rootless"
|
||||||
|
},
|
||||||
|
"rootless-alpine": {
|
||||||
|
"command": "docker build . -t triliumnext-rootless-alpine -f Dockerfile.alpine.rootless"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -164,6 +170,12 @@
|
||||||
},
|
},
|
||||||
"alpine": {
|
"alpine": {
|
||||||
"command": "docker run -p 8081:8080 triliumnext-alpine"
|
"command": "docker run -p 8081:8080 triliumnext-alpine"
|
||||||
|
},
|
||||||
|
"rootless-debian": {
|
||||||
|
"command": "docker run -p 8081:8080 triliumnext-rootless-debian"
|
||||||
|
},
|
||||||
|
"rootless-alpine": {
|
||||||
|
"command": "docker run -p 8081:8080 triliumnext-rootless-alpine"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue