dockerTools: fix nginx test

This commit is contained in:
Izorkin 2022-11-29 20:05:28 +03:00 committed by zowoq
parent 179edde0e7
commit fc7eef65a2

View File

@ -92,10 +92,11 @@ rec {
];
extraCommands = ''
mkdir -p tmp
# nginx still tries to read this directory even if error_log
# directive is specifying another file :/
mkdir -p var/log/nginx
mkdir -p var/cache/nginx
'';
config = {