mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 00:20:07 +01:00
expose cluster & fix flaky test image
This commit is contained in:
parent
2026496ea0
commit
9759a318f5
5 changed files with 62 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ with lib;
|
|||
extraCommands = ''
|
||||
mkdir -p etc
|
||||
chmod u+w etc
|
||||
mkdir -p var/cache/nginx
|
||||
chmod u+w var/cache/nginx
|
||||
mkdir -p var/log/nginx
|
||||
chmod u+w var/log/nginx
|
||||
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