We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff78329 commit 0139860Copy full SHA for 0139860
3 files changed
Dockerfile
@@ -11,4 +11,4 @@ RUN chmod u+x install_postgres_json_schema_extension.sh
11
RUN ./install_postgres_json_schema_extension.sh
12
13
FROM base AS demo
14
-COPY ["database scripts/demo_db.sql", "/docker-entrypoint-initdb.d/"]
+COPY ["scripts/demo_db.sql", "/docker-entrypoint-initdb.d/"]
concatenate_files.sh
@@ -2,5 +2,5 @@
2
3
mkdir output
4
cd database\ scripts
5
-cat 00_dump.sql 0[2345]_*.sql demo_db.sql > ../output/fullDemoDatabase.sql
+cat 00_dump.sql 0[2345]_*.sql ../scripts/demo_db.sql > ../output/fullDemoDatabase.sql
6
cat 00_dump.sql 0[2345]_*.sql > ../output/EmptyDatabase.sql
0 commit comments