Fix flake docker entrypoint name

This commit is contained in:
I-Al-Istannen 2024-10-09 10:43:55 +02:00
parent 26dd613bbc
commit af9395d922

View file

@ -11,7 +11,7 @@
let let
forAllSystems = nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed; forAllSystems = nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed;
in in
rec { {
packages = forAllSystems (system: packages = forAllSystems (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
@ -37,7 +37,7 @@
]; ];
config = { config = {
Entrypoint = [ "${kit-timesheets}/bin/kit_timesheets" ]; Entrypoint = [ "${kit-timesheets}/bin/arbeitszeitdokumentationsgenerator" ];
WorkingDir = "/tmp"; WorkingDir = "/tmp";
Env = [ Env = [
# Fontconfig needs to be babysitted a bit in containers # Fontconfig needs to be babysitted a bit in containers