# -*- coding: utf-8 -*-
#
# Copyright (C) 2018 CERN.
#
# invenio-app-ils is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.

FROM postgres:9.6
COPY ./init-app-db.sh /docker-entrypoint-initdb.d/10-init-app-db.sh
