Replace links to donate.osm.org with supporting.osm.org
[rails.git] / docker / postgres / Dockerfile
1 FROM postgres:11
2
3 # Add db init script to install OSM-specific Postgres user.
4 ADD docker/postgres/openstreetmap-postgres-init.sh /docker-entrypoint-initdb.d/