infra/psql/create_db.sh
2024-12-23 17:12:56 +01:00

2 lines
65 B
Bash

docker exec psql-psql-1 psql -U psql -c 'create database toto';