mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-13 01:05:04 +02:00
Fix flake docker entrypoint name
This commit is contained in:
parent
26dd613bbc
commit
af9395d922
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue