I'm trying to add the spaces plugin to a Dockerised Medusa starter. When running docker-compose up --build I'm getting this error:
Error: Unable to find plugin "medusa-file-spaces". Perhaps you need to install its package?
It's defnitely in the package.json and in the medusa-config.js, and according to the Dockerfile the package.json does get copied over properly. Am I missing something here? I'm also not very familiar with Docker (but it's a requirement for this project).
Any help would be greatly appreciated!