Skip to content

Commit 6b0ab3c

Browse files
authored
Update Dockerfile
1 parent 706b39b commit 6b0ab3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ COPY ["install_postgres_json_schema_extension.sh", "install_postgres_json_schema
1212
RUN chmod u+x install_postgres_json_schema_extension.sh
1313
RUN ./install_postgres_json_schema_extension.sh
1414

15-
COPY ["init_demo_db.sh", "init_demo_db.sh"]
16-
RUN chmod u+x init_demo_db.sh
17-
RUN ./init_demo_db.sh
15+
FROM base AS demo
16+
COPY ["database scripts/demo_db.sql", "/docker-entrypoint-initdb.d/"]

0 commit comments

Comments
 (0)