Skip to content

Commit

Permalink
Keep the same syntax for all commands in the Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Francis Hilaire <[email protected]>
  • Loading branch information
2 people authored and GSadee committed Jun 11, 2024
1 parent 577e091 commit 837117e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ init:
@ENV=$(ENV) DOCKER_USER=$(DOCKER_USER) $(DOCKER_COMPOSE) up -d

run:
make up
@make -s up

debug:
@ENV=$(ENV) DOCKER_USER=$(DOCKER_USER) $(DOCKER_COMPOSE) -f compose.yml -f compose.override.yml -f compose.debug.yml up -d
Expand Down

0 comments on commit 837117e

Please sign in to comment.