]> git.openstreetmap.org Git - rails.git/blob - docker/postgres/Dockerfile
Remove .inbox-row and use .table-success instead of .inbox-row-unread
[rails.git] / docker / postgres / Dockerfile
1 FROM postgres:14
2
3 # Add db init script to install OSM-specific Postgres user.
4 ADD docker/postgres/openstreetmap-postgres-init.sh /docker-entrypoint-initdb.d/