0
我的Python的文件夾結構如下Dockerfile分裂
|_ _ helper
|_ _ Action1
|_ _ Action2
Action1 and Action2 use helper package .
我想讓它被分割如下
Docker file Base -> which contains common packages like pika which are necessary to build Action1 and Action2
Individual docker file images -> Individual docker file for Action1 and Action2 modules.
既然不能做CD dockerfile ..裏面措施1和措施2自每當dockerfile被構建時,docker上下文都會被髮送到守護進程。
請建議如何在上述