We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b9a58 commit 1bcdfbdCopy full SHA for 1bcdfbd
1 file changed
Makefile
@@ -48,7 +48,7 @@ run: ## Run a command using the php container: `make run CMD='php --version'`
48
.PHONY: run
49
50
t: terminal
51
-terminal: var ## Start a terminal inside the Docker container
+terminal: var ## Start a terminal inside the php container
52
@$(if $(INSIDE_CONTAINER),echo 'Already inside docker container.'; exit 1,)
53
$(DOCKER_COMPOSE) run --rm php bash
54
.PHONY: t terminal
0 commit comments