Skip to content

Commit

Permalink
Always do a pull from the run target
Browse files Browse the repository at this point in the history
Signed-off-by: John Gomersall <[email protected]>
  • Loading branch information
john-gom committed Jan 8, 2025
1 parent 1a76134 commit 4b1b822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b1b822

Please sign in to comment.