Which I think impacts the database schema allowing us to bulk upload with those new roles attached to records.
But the bottom line is that I am not finding these files (the ones linked to in GitHub) within the docker images. I have the docker images running and can see the website on localhost:4000.
How to I get to these files to test my local patch?
I am on MacOS with docker desktop.
Kind Regards,
Hugh
Max Nuding
unread,
Apr 16, 2025, 7:29:43 AMApr 16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dspace...@googlegroups.com
Hi Hugh,
they're mounted into the container as volume.
You can edit them on your host at
/path/to/your/cloned/repo/dspace/config/registries and the changes will
be reflected insode the docker container immediately.