Skip to content

Commit

Permalink
Create directory for key
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored Apr 18, 2024
1 parent d38d655 commit f30d12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ FROM $base
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends postgresql-15-debversion && \
echo 'CREATE EXTENSION debversion' > /docker-entrypoint-initdb.d/create-extension.sql

RUN mkdir -p /var/lib/postgresql/data/pgdata
ADD create-certificate.sh /docker-entrypoint-initdb.d
ADD postgresql.conf /etc/postgresql/
ADD postgresql.conf /etc/postgresql/

0 comments on commit f30d12d

Please sign in to comment.