We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39696a commit 1418bbaCopy full SHA for 1418bba
Dockerfile
@@ -1,7 +1,7 @@
1
FROM ubuntu:24.04 as config
2
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 \
+ && git clone --depth 1 --filter=blob:none --sparse --no-checkout https://github.com/input-output-hk/cardano-playground.git \
+ && cd cardano-playground \
5
&& git sparse-checkout set docs/environments \
6
&& git checkout
7
0 commit comments