fix healthcheck permissions
This commit is contained in:
parent
0cbe987196
commit
5da202ceaa
|
@ -20,6 +20,7 @@ chmod -R 0750 /app/common/static && \
|
||||||
chown -R app:app /app/static && \
|
chown -R app:app /app/static && \
|
||||||
chmod -R 0750 /app/static && \
|
chmod -R 0750 /app/static && \
|
||||||
find /app -type f -exec chmod 640 {} \; && \
|
find /app -type f -exec chmod 640 {} \; && \
|
||||||
|
chmod +x /app/healthcheck.py
|
||||||
|
|
||||||
# Run migrations
|
# Run migrations
|
||||||
exec s6-setuidgid app \
|
exec s6-setuidgid app \
|
||||||
|
|
Loading…
Reference in New Issue