In order to test some plugins and themes with a new version of PHP I’m trying to get a local version of Omeka running using Docker.
The install process seems good and I get the " Success! Omeka is installed." message, but when I try to visit either the admin or the public site I get "InvalidArgumentException: Could not find file " messages, always for scripts in “javascripts/vendor/”.
I’m guessing these are supposed to be loaded from application/views/scripts/javascripts/vendor (I can see the relevant files there), but for some reason PHP can’t find them there. I’m not sure what to do next!