fix umami
This commit is contained in:
@@ -6,7 +6,7 @@ let
|
||||
image = pkgs.dockerTools.streamLayeredImage {
|
||||
name = pkgs.umami.name;
|
||||
tag = pkgs.umami.version;
|
||||
contents = [ pkgs.cacert ];
|
||||
contents = with pkgs; [ cacert openssl ];
|
||||
config = {
|
||||
# Umami in nixpkgs typically provides a binary or script to start the server
|
||||
Entrypoint = [ "${pkgs.umami}/bin/umami-server" ];
|
||||
|
||||
Reference in New Issue
Block a user