Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前将前端和后端拆分为两个单独的 git 存储库。
每个 repo 都有一个 dockerfile,它创建一个图像并将其发布到一个私有注册表中。
现在,对于后端存储库,我想从前端图像中获取已编译的生产 JS/CSS 资产,并将它们放在我的后端存储库中的一个文件夹中以提供服务。
实现这一目标的最佳方法是什么?