From f861aa63632137b7e778c697adb01b768f62c690 Mon Sep 17 00:00:00 2001 From: Isah Idris <58168886+eedygreen@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:31:10 +0100 Subject: [PATCH] Label container image registry --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 00da81f..145dba6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 org.opencontainers.image.source=https://github.com/ChainSafe/Spectre ENTRYPOINT ["./spectre-prover-cli", "rpc", "--port", "3000"] CMD ["--spec", "testnet"]