Skip to content

Commit

Permalink
fix: trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgorrie committed Dec 9, 2024
1 parent c78d756 commit 1cc1e0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.postgres
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ HEALTHCHECK --interval=5s --timeout=3s --retries=30 CMD "pg_isready -U ${POSTGRE

WORKDIR /app



# It's unsure where this is generated or used, but if we don't create it we get a constant stream of logs saying
# `FATAL: role "navigator" does not exist`
RUN cat <<EOF > /docker-entrypoint-initdb.d/navigator-role.sql
Expand Down

0 comments on commit 1cc1e0d

Please sign in to comment.