I currently split my frontend and backend into two separate git repos.
Each repo has a dockerfile that creates an image and publishes it in a private registry.
Now, for the backend repo, I'd like to get the compiled production JS/CSS assets from the frontend image and place them in a folder in my backend repo to serve them.
What is the best way to accomplish this?