Skip to content

Commit

Permalink
Update target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jul 8, 2024
1 parent b05deeb commit ee5c2fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ setnextmn:

j: build

pull: build/*
pull: build
@echo Pulling Docker images
@docker compose $(PROFILES) $(PROJECT_DIRECTORY) pull

u: build/*
u: build
@# set containers up
@docker compose $(PROFILES) $(PROJECT_DIRECTORY) up -d

u-fg: build/*
u-fg: build
@# set containers up in foreground
@docker compose $(PROFILES) $(PROJECT_DIRECTORY) up

Expand Down

0 comments on commit ee5c2fa

Please sign in to comment.