Skip to content

Commit

Permalink
Revert mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored Apr 19, 2024
1 parent 38f4aa6 commit 8d6c187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ 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/

0 comments on commit 8d6c187

Please sign in to comment.