Skip to content

Commit 0139860

Browse files
committed
fix move await demo in int script
1 parent ff78329 commit 0139860

3 files changed

Lines changed: 2 additions & 4593 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ RUN chmod u+x install_postgres_json_schema_extension.sh
1111
RUN ./install_postgres_json_schema_extension.sh
1212

1313
FROM base AS demo
14-
COPY ["database scripts/demo_db.sql", "/docker-entrypoint-initdb.d/"]
14+
COPY ["scripts/demo_db.sql", "/docker-entrypoint-initdb.d/"]

concatenate_files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
mkdir output
44
cd database\ scripts
5-
cat 00_dump.sql 0[2345]_*.sql demo_db.sql > ../output/fullDemoDatabase.sql
5+
cat 00_dump.sql 0[2345]_*.sql ../scripts/demo_db.sql > ../output/fullDemoDatabase.sql
66
cat 00_dump.sql 0[2345]_*.sql > ../output/EmptyDatabase.sql

0 commit comments

Comments
 (0)