added "mkdir -p /run/nginx" to start.sh

This fixes an issue in kubernetes where the /run/nginx folder is missing on deployment.
https://github.com/HaschekSolutions/opentrashmail/issues/74#issue-2060935772
This commit is contained in:
tctlrd 2023-12-31 17:33:38 +00:00 committed by GitHub
parent 7cd959939d
commit d26ed3b6a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ mkdir -p /var/log/nginx/opentrashmail
touch /var/log/nginx/opentrashmail/web.access.log
touch /var/log/nginx/opentrashmail/web.error.log
mkdir -p /run/nginx
nginx