diff --git a/Makefile b/Makefile index 9d23241b..a04d9032 100644 --- a/Makefile +++ b/Makefile @@ -95,8 +95,9 @@ create_user_prod: # Called by other projects to start this project as a dependency +# Use docker compose pull to ensure we get the latest image run: run_deps - COMPOSE_FILE=${COMPOSE_FILE_RUN} docker compose up -d + COMPOSE_FILE=${COMPOSE_FILE_RUN} docker compose pull && docker compose up --wait --wait-timeout 120 # Space delimited list of dependant projects DEPS=openfoodfacts-shared-services