right-tree/database/init_database.sh
2021-10-06 14:37:14 +13:00

3 lines
159 B
Bash
Executable file

docker-compose down --remove-orphans --volumes
docker-compose up postgres | sed '/PostgreSQL init process complete; ready for start up./q'
docker-compose down