Skip to content

Commit eb8168d

Browse files
committed
Use cardano-playground repo for config
1 parent d39696a commit eb8168d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM ubuntu:24.04 as config
22
RUN 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

88
FROM 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
1010
COPY ./entrypoint.sh ./update_json_keys.sh /
1111
ENTRYPOINT ["/bin/bash", "-e", "/entrypoint.sh" ]

0 commit comments

Comments
 (0)