Add jellyseerr
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -63,11 +63,11 @@ pkgs.dockerTools.buildImage {
|
||||
|
||||
copyToRoot = pkgs.buildEnv {
|
||||
name = "root";
|
||||
paths = [
|
||||
paths = with pkgs; [
|
||||
entrypoint
|
||||
shlink-web-client
|
||||
nginxConfig
|
||||
pkgs.nginx
|
||||
nginx
|
||||
];
|
||||
pathsToLink = [
|
||||
"/bin"
|
||||
|
Reference in New Issue
Block a user