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 8991955 commit 05ab209Copy full SHA for 05ab209
Dockerfile
@@ -12,4 +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
-CMD /bin/bash ./init_demo_db.sh
+RUN chmod u+x init_demo_db.sh
16
+RUN ./init_demo_db.sh
0 commit comments