We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c594e commit c380ea1Copy full SHA for c380ea1
Makefile
@@ -38,7 +38,7 @@ clear-cache: perm
38
$(EXEC) $(CONSOLE) cache:clear --no-warmup
39
$(EXEC) $(CONSOLE) cache:warmup
40
41
-tty: ## Run app container in interactive mode
+shell: ## Run app container in interactive mode
42
$(EXEC) /bin/bash
43
44
clear: perm ## Remove all the cache, the logs, the sessions and the built assets
0 commit comments