Fix missing sh in PATH
This commit is contained in:
parent
ac20241a41
commit
ff2b9bbc44
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
config.services = {
|
config.services = {
|
||||||
|
|
||||||
webserver = {
|
webserver = {
|
||||||
|
image.contents = with pkgs; [ bash ];
|
||||||
service.useHostStore = true;
|
service.useHostStore = true;
|
||||||
service.command = [ "sh" "-c" ''
|
service.command = [ "sh" "-c" ''
|
||||||
cd "$$WEB_ROOT"
|
cd "$$WEB_ROOT"
|
||||||
|
|
Loading…
Reference in a new issue