Skip to content

Commit

Permalink
fix repo_name - connect image to repository package
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen committed Sep 7, 2024
1 parent 7d5466c commit ca908b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ apt-get install libssl-dev -y
chmod +x /spectre-prover-cli
mkdir -p /build /params
EOF
LABEL LABEL org.opencontainers.image.source https://github.com/ChainSafe/Spectre
LABEL LABEL org.opencontainers.image.source https://github.com/chainsafe/spectre
ENTRYPOINT ["./spectre-prover-cli", "rpc", "--port", "3000"]
CMD ["--spec", "testnet"]

0 comments on commit ca908b8

Please sign in to comment.