Skip to content

Commit f5f05d5

Browse files
committed
Copy setup script
1 parent 093530e commit f5f05d5

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ services:
126126
- LRW_DB_PASSWORD=caliper
127127
- LRW_COLLECTION=mongoEvent
128128
volumes:
129-
- ./superset-db/init:/docker-entrypoint-initdb.d
130129
- superset-db:/var/lib/postgresql/data
131130
jupyterhub:
132131
build: jupyterhub

superset-db/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ WORKDIR /usr/local/src
1414
RUN git clone https://github.com/udzuki/yam_fdw.git && \
1515
cd yam_fdw && \
1616
python3 setup.py install
17+
18+
COPY setup.sh /docker-entrypoint-initdb.d/

0 commit comments

Comments
 (0)