@@ -16,6 +16,9 @@ down: ## Stops the docker hub
restart: ## Restarts the docker hub
$(DOCKER_COMP) restart
+status: ## Prompt Containers
+ $(DOCKER_COMP) ps
+
shell_%: ## Connects to the application container
$(DOCKER_COMP) exec $(subst shell_,,$@) bash