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

fixed path for postgres conf file

parent 27d8f49e
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ 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 commul-customization/postgresql.conf /var/lib/postgresql/data/
# copy utilities generating script
RUN mkdir /tmp/sql/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment