Correction utilisateur commande make db-shell
This commit is contained in:
parent
d19c7674fd
commit
6b1f56a86f
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ down:
|
||||||
docker-compose down -v --remove-orphans
|
docker-compose down -v --remove-orphans
|
||||||
|
|
||||||
db-shell:
|
db-shell:
|
||||||
docker-compose exec postgres psql -Usupergraph
|
docker-compose exec postgres psql -Udaddy
|
||||||
|
|
||||||
hydra-shell:
|
hydra-shell:
|
||||||
docker-compose exec hydra /bin/sh
|
docker-compose exec hydra /bin/sh
|
Loading…
Reference in New Issue