Skip to content

Merged all dockerfiles to one multistage Dockerfile

Cristina Pauna requested to merge integration/dockalypse into main

I don't recommend merging this. The reason is: docker will build ALL the stages in the Dockerfile up to the stage selected by the --target flag. Build times are quadrupled (17 minutes)

Merge request reports