kopia lustrzana https://github.com/kartoza/docker-postgis
6 wiersze
111 B
Bash
6 wiersze
111 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
export PGPASSWORD=${POSTGRES_PASS}
|
||
|
|
||
|
psql -d gis -p 5432 -U docker -h localhost -f /tests/init.sql
|