Skip to content

Commit 05ab209

Browse files
authored
Update Dockerfile
1 parent 8991955 commit 05ab209

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +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-
CMD /bin/bash ./init_demo_db.sh
15+
RUN chmod u+x init_demo_db.sh
16+
RUN ./init_demo_db.sh

0 commit comments

Comments
 (0)