Skip to content

Commit

Permalink
add make target to pull images
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Nov 25, 2024
1 parent 7104019 commit 3412a4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ re-build:
build:
docker compose -f docker-compose.yaml -f $(docker_config_file) build

pull:
docker compose -f docker-compose.yaml -f $(docker_config_file) pull

up:
docker compose -f docker-compose.yaml -f $(docker_config_file) up -d --wait

Expand Down

0 comments on commit 3412a4d

Please sign in to comment.