mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 00:35:04 +02:00
Fix flake docker entrypoint name
This commit is contained in:
parent
26dd613bbc
commit
41dedc4470
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
let
|
||||
forAllSystems = nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed;
|
||||
in
|
||||
rec {
|
||||
{
|
||||
packages = forAllSystems (system:
|
||||
let
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
];
|
||||
|
||||
config = {
|
||||
Entrypoint = [ "${kit-timesheets}/bin/kit_timesheets" ];
|
||||
Entrypoint = [ "${kit-timesheets}/bin/arbeitszeitdokumentationsgenerator" ];
|
||||
WorkingDir = "/tmp";
|
||||
Env = [
|
||||
# Fontconfig needs to be babysitted a bit in containers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue