docker-postgis/scenario_tests/init_scripts/tests/init.sh

6 wiersze
111 B
Bash

#!/bin/bash
export PGPASSWORD=${POSTGRES_PASS}
psql -d gis -p 5432 -U docker -h localhost -f /tests/init.sql