Closed singhalkarun closed 5 months ago
Even if we set ENABLE_FORCE_RECREATE=0, it is force recreating the container. It seems any non empty value is being evaluated as true.
Using a different syntax solves for it
$(if $(filter 1,$(ENABLE_FORCE_RECREATE)),--force-recreate,)
Even if we set ENABLE_FORCE_RECREATE=0, it is force recreating the container. It seems any non empty value is being evaluated as true.
Using a different syntax solves for it