add ca where it expects it
All checks were successful
Build and Publish / build-release (push) Successful in 42s
All checks were successful
Build and Publish / build-release (push) Successful in 42s
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
name = "policy-ui";
|
||||
contents = [
|
||||
pkgs.nodejs
|
||||
pkgs.cacert
|
||||
pkgs.dockerTools.caCertificates
|
||||
self.packages.${system}.policy-ui
|
||||
];
|
||||
config = {
|
||||
@@ -58,7 +58,6 @@
|
||||
"PORT=3000"
|
||||
"HOST=0.0.0.0"
|
||||
"NUXT_TELEMETRY_DISABLED=1"
|
||||
"NODE_EXTRA_CA_CERTS =/etc/ssl/certs/ca-certificates.crt"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user