You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the task
To resolve the permission issue associated with Django collect static command. Where the static files are copied over to "/app/staticfiles" we updated the permission inside the Dockerfile. We need to dial back the permissions to make this more secure.
Purpose
Improve security of the application. The current permission set is good for debugging.
Acceptance Criteria
The backend container has the appropriate permissions to successfully and securely copy the static files over to the expected location
Additional context
Add any other context about the task here.
Or here
The text was updated successfully, but these errors were encountered:
Describe the task
To resolve the permission issue associated with Django collect static command. Where the static files are copied over to "/app/staticfiles" we updated the permission inside the Dockerfile. We need to dial back the permissions to make this more secure.
Purpose
Improve security of the application. The current permission set is good for debugging.
Acceptance Criteria
Additional context
The text was updated successfully, but these errors were encountered: