Skip to content

Commit

Permalink
install pg_isready
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob authored Sep 4, 2024
1 parent 6561dae commit 80ccd74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM hasura/graphql-engine:v2.10.1
FROM hasura/graphql-engine:v2.10.2
RUN apt-get update && apt-get install -y \
curl \
postgresql-client-common \
&& rm -rf /var/lib/apt/lists/*
RUN curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | INSTALL_PATH=/usr/local/bin bash
COPY . .
COPY . .

0 comments on commit 80ccd74

Please sign in to comment.