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 = {
|
||||
"80/tcp" = {};
|
||||
};
|
||||
Cmd = [
|
||||
"${pkgs.lighttpd}/bin/lighttpd"
|
||||
"-Df"
|
||||
packages.lighttpdConfig
|
||||
];
|
||||
Cmd = [ (pkgs.writeShellScript "angestoepselt-site" ''
|
||||
${pkgs.coreutils}/bin/mkdir -p /var/tmp
|
||||
${pkgs.lighttpd}/bin/lighttpd -Df ${packages.lighttpdConfig}
|
||||
'') ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue