bank-of-anthos icon indicating copy to clipboard operation
bank-of-anthos copied to clipboard

fix: Ensure application files are readable by non-root users

Open henrybell opened this issue 6 months ago • 0 comments

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

henrybell avatar Aug 22 '24 12:08 henrybell