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 05ab209 commit 706b39bCopy full SHA for 706b39b
Dockerfile
@@ -12,5 +12,6 @@ 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
0 commit comments