File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:24.04 as config
22RUN apt-get update && apt-get install -y git \
3- && git clone --depth 1 --filter=blob:none --sparse --no-checkout https://github.com/IntersectMBO /cardano-world .git \
4- && cd cardano-world \
3+ && git clone --depth 1 --filter=blob:none --sparse --no-checkout https://github.com/input-output-hk /cardano-playground .git \
4+ && cd cardano-playground \
55 && git sparse-checkout set docs/environments \
66 && git checkout
77
88FROM ghcr.io/intersectmbo/cardano-db-sync:13.6.0.4
9- COPY --from=config /cardano-world /docs/environments /environments
9+ COPY --from=config /cardano-playground /docs/environments /environments
1010COPY ./entrypoint.sh ./update_json_keys.sh /
1111ENTRYPOINT ["/bin/bash" , "-e" , "/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments