Skip to content

Commit 1bcdfbd

Browse files
committed
Improve Makefile docs
1 parent 19b9a58 commit 1bcdfbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ run: ## Run a command using the php container: `make run CMD='php --version'`
4848
.PHONY: run
4949

5050
t: terminal
51-
terminal: var ## Start a terminal inside the Docker container
51+
terminal: var ## Start a terminal inside the php container
5252
@$(if $(INSIDE_CONTAINER),echo 'Already inside docker container.'; exit 1,)
5353
$(DOCKER_COMPOSE) run --rm php bash
5454
.PHONY: t terminal

0 commit comments

Comments
 (0)