We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93238fa commit 05cdf98Copy full SHA for 05cdf98
Dockerfile
@@ -8,8 +8,6 @@ FROM scratch AS pg_jsonschema
8
COPY --from=downloader Dockerfile.pg_jsonschema .
9
10
FROM pg_jsonschema AS base
11
-FROM github.com/supabase/pg_jsonschema/blob/master/dockerfiles/db/Dockerfile AS base
12
-
13
# Script to detect whether the database has finished initializing
14
COPY ["true_isready.sh", "/usr/local/bin/"]
15
COPY ["database scripts/00_dump.sql", "database scripts/0[2345]_*.sql", "database scripts/json_schema_extension.sql", "/docker-entrypoint-initdb.d/"]
0 commit comments