Skip to content

Commit 05cdf98

Browse files
authored
Update Dockerfile
1 parent 93238fa commit 05cdf98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ FROM scratch AS pg_jsonschema
88
COPY --from=downloader Dockerfile.pg_jsonschema .
99

1010
FROM pg_jsonschema AS base
11-
FROM github.com/supabase/pg_jsonschema/blob/master/dockerfiles/db/Dockerfile AS base
12-
1311
# Script to detect whether the database has finished initializing
1412
COPY ["true_isready.sh", "/usr/local/bin/"]
1513
COPY ["database scripts/00_dump.sql", "database scripts/0[2345]_*.sql", "database scripts/json_schema_extension.sql", "/docker-entrypoint-initdb.d/"]

0 commit comments

Comments
 (0)