mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
parent
b210f40425
commit
2f3e882514
1 changed files with 4 additions and 5 deletions
|
|
@ -64,11 +64,10 @@
|
||||||
ExposedPorts = {
|
ExposedPorts = {
|
||||||
"80/tcp" = {};
|
"80/tcp" = {};
|
||||||
};
|
};
|
||||||
Cmd = [
|
Cmd = [ (pkgs.writeShellScript "angestoepselt-site" ''
|
||||||
"${pkgs.lighttpd}/bin/lighttpd"
|
${pkgs.coreutils}/bin/mkdir -p /var/tmp
|
||||||
"-Df"
|
${pkgs.lighttpd}/bin/lighttpd -Df ${packages.lighttpdConfig}
|
||||||
packages.lighttpdConfig
|
'') ];
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue