flake update

This commit is contained in:
Robin Appelman 2025-03-17 17:09:13 +01:00
commit 780d5fcf50
6 changed files with 94 additions and 90 deletions

View file

@ -1,6 +1,6 @@
{ dockerTools
, demostf-frontend
,
{
dockerTools,
demostf-frontend,
}:
dockerTools.buildLayeredImage {
name = "demostf/frontend";
@ -11,9 +11,9 @@ dockerTools.buildLayeredImage {
dockerTools.caCertificates
];
config = {
Cmd = [ "demostf-frontend" ];
Cmd = ["demostf-frontend"];
ExposedPorts = {
"80/tcp" = { };
"80/tcp" = {};
};
Env = [
"LISTEN_ADDRESS=0.0.0.0"