We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3133d20 commit 7d5466cCopy full SHA for 7d5466c
Dockerfile
@@ -28,5 +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
32
ENTRYPOINT ["./spectre-prover-cli", "rpc", "--port", "3000"]
33
CMD ["--spec", "testnet"]
0 commit comments