analysispreservation.cern.ch icon indicating copy to clipboard operation
analysispreservation.cern.ch copied to clipboard

tests: Avoid building the image in e2e tests multiple times

Open ParthS007 opened this issue 2 years ago • 0 comments

Currently, in docker-compose-e2e.yml we extend app in web-api and files-api. It results in building the image for app 3 times in total which is time consuming.

Expected

  • Find a solution to build the image only once.
  • Use the built image in web-api and files-api.

ParthS007 avatar Nov 30 '22 13:11 ParthS007