bank-of-anthos
bank-of-anthos copied to clipboard
fix: Ensure application files are readable by non-root users
Fixes #2193
Background
The following services were failing to start (state of CrashLoopBackOff
), because of missing file permissions in /app
for non-root users:
-
contacts
-
userservice
-
frontend
Change Summary
Update Dockerfile to modify permissions of files in /app
so they are readable by all users.
Related PRs or Issues
#2193