Fix utf-8
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
qvalentin 2023-06-20 17:54:50 +02:00
parent 6e43e10d1f
commit eedc21fb8e
6 changed files with 233 additions and 10 deletions

View file

@ -30,14 +30,8 @@ pkgs.dockerTools.buildImage {
"9160/tcp" = { };
"8081/tcp" = { };
};
Healthcheck = {
"Test" = [
"CMD-SHELL"
"${pkgs.curl} -f http://0.0.0.0:8081"
];
"Interval" = 30000000000;
"Timeout" = 10000000000;
"Retries" = 3;
};
Env = [
"LANG=en_US.UTF-8"
];
};
}