We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5466c commit ca908b8Copy full SHA for ca908b8
Dockerfile
@@ -28,6 +28,6 @@ apt-get install libssl-dev -y
28
chmod +x /spectre-prover-cli
29
mkdir -p /build /params
30
EOF
31
-LABEL LABEL org.opencontainers.image.source https://github.com/ChainSafe/Spectre
+LABEL LABEL org.opencontainers.image.source https://github.com/chainsafe/spectre
32
ENTRYPOINT ["./spectre-prover-cli", "rpc", "--port", "3000"]
33
CMD ["--spec", "testnet"]
0 commit comments