We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca908b8 commit f861aa6Copy full SHA for f861aa6
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 org.opencontainers.image.source=https://github.com/ChainSafe/Spectre
32
ENTRYPOINT ["./spectre-prover-cli", "rpc", "--port", "3000"]
33
CMD ["--spec", "testnet"]
0 commit comments