Skip to content

Commit 1418bba

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)