fix healthcheck permissions

This commit is contained in:
meeb 2020-12-17 19:23:32 +11:00
parent 0cbe987196
commit 5da202ceaa
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ chmod -R 0750 /app/common/static && \
chown -R app:app /app/static && \
chmod -R 0750 /app/static && \
find /app -type f -exec chmod 640 {} \; && \
chmod +x /app/healthcheck.py
# Run migrations
exec s6-setuidgid app \