Two services with same images should use different Dockerfiles
I am trying to build the two services with the same image, but two different Dockerfile. However Docker will always use only one Dockerfile for both, even though two have been defined: version: '3.4' services: serviceA: image: myimage build: dockerfile:…