From d5610fdb5bb969f7ba57ea2f7f0bda356cfcdefe Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Tue, 24 Oct 2023 11:40:52 +0200 Subject: [PATCH] Fix build script --- infra/build/postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/build/postgres/Dockerfile b/infra/build/postgres/Dockerfile index 5f2865444..38560b3d7 100644 --- a/infra/build/postgres/Dockerfile +++ b/infra/build/postgres/Dockerfile @@ -27,4 +27,4 @@ RUN apt update && apt install -y curl RUN curl -L "https://github.com/supabase/pg_graphql/releases/download/v${PG_GRAPHQL_VERSION}/pg_graphql-v${PG_GRAPHQL_VERSION}-pg${PG_MAIN_VERSION}-${TARGETARCH}-linux-gnu.deb" -o pg_graphql.deb RUN dpkg --install pg_graphql.deb -COPY ./infra/prod/postgres/init.sql /docker-entrypoint-initdb.d/ \ No newline at end of file +COPY ./infra/build/postgres/init.sql /docker-entrypoint-initdb.d/ \ No newline at end of file