Skip to content

Commit b94025a

Browse files
authored
Rename make tty to make shell
1 parent 768256b commit b94025a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ clear-cache: perm
3838
$(EXEC) $(CONSOLE) cache:clear --no-warmup
3939
$(EXEC) $(CONSOLE) cache:warmup
4040

41-
tty: ## Run app container in interactive mode
41+
shell: ## Run app container in interactive mode
4242
$(EXEC) /bin/bash
4343

4444
clear: perm ## Remove all the cache, the logs, the sessions and the built assets

0 commit comments

Comments
 (0)