Skip to content
Snippets Groups Projects
Commit 6f0fd150 authored by Alexander König's avatar Alexander König
Browse files

adapted postgres config

parent 5bf4029c
No related branches found
No related tags found
No related merge requests found
FROM postgres:9.6.3
FROM postgres:9.6
LABEL maintainer="Alexander König <Alexander.Koenig@eurac.edu>"
# install git
......@@ -9,6 +9,9 @@ RUN apt-get update &&\
RUN mkdir -p /docker-entrypoint-initdb.d
COPY commul-customization/init-dspace-dbs.sh /docker-entrypoint-initdb.d/
# copy over modified config file
COPY commul-customization/postgresql.conf /var/lib/postgresql/data/pgdata/
# copy utilities generating script
RUN mkdir /tmp/sql/
COPY adapt_utilities_sql.sh /tmp/sql/
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment