Skip to content

docker-compose: Build the local Dockerfile for development

Emanuele Aina requested to merge wip/em/misc into master

While in production we use the pre-built image from our registry, for local testing we should build the application image from the current checkout to be able to test our own changes.

Merge request reports