mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
improve testing
This commit is contained in:
parent
e4493addd8
commit
7e7eb19e94
6 changed files with 55 additions and 35 deletions
|
|
@ -30,7 +30,7 @@ with lib;
|
|||
tag = "latest";
|
||||
contents = [pkgs.nginx];
|
||||
extraCommands = ''
|
||||
mkdir etc
|
||||
mkdir -p etc
|
||||
chmod u+w etc
|
||||
echo "nginx:x:1000:1000::/:" > etc/passwd
|
||||
echo "nginx:x:1000:nginx" > etc/group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue