Skip to content

Commit

Permalink
found out source of clunky builds for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
bcollard committed Feb 12, 2024
1 parent cb7c9c7 commit 17c5b00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/db/postgresql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ FROM postgres:10-alpine

RUN mkdir -p /tmp/psql_data/

RUN echo "host all all 0.0.0.0/0 md5" >> /var/lib/postgresql/data/pg_hba.conf
# commented out the following line on 2/12/2024 because it was source of
# clunky builds between the docker legacy builder and docker's new buildkit
# RUN echo "host all all 0.0.0.0/0 md5" >> /var/lib/postgresql/data/pg_hba.conf

# Expose the PostgreSQL port
EXPOSE 5432
Expand Down

0 comments on commit 17c5b00

Please sign in to comment.