create db-shell

This commit is contained in:
Adrien Audebert 2024-07-23 18:16:54 +02:00
parent d2a10cf88c
commit 4bd8d3d899

View File

@ -31,6 +31,9 @@ logs:
ps:
$(COMPOSE) ps
db-shell:
$(COMPOSE) exec db psql -U 42student players_db
help:
@echo "Usage:"
@echo " make build [c=service] # Build images"