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 706b39b commit 6b0ab3cCopy full SHA for 6b0ab3c
Dockerfile
@@ -12,6 +12,5 @@ COPY ["install_postgres_json_schema_extension.sh", "install_postgres_json_schema
12
RUN chmod u+x install_postgres_json_schema_extension.sh
13
RUN ./install_postgres_json_schema_extension.sh
14
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
+FROM base AS demo
+COPY ["database scripts/demo_db.sql", "/docker-entrypoint-initdb.d/"]
0 commit comments