diff --git a/berachain/beakon-kit.Dockerfile b/berachain/beakon-kit.Dockerfile new file mode 100644 index 00000000..bc21a950 --- /dev/null +++ b/berachain/beakon-kit.Dockerfile @@ -0,0 +1,9 @@ +ARG BEACONKIT_IMAGE +ARG BEACONKIT_VERSION +FROM ${BEACONKIT_IMAGE}:${BEACONKIT_VERSION} + +COPY ./scripts/init.sh /init.sh + +RUN chmod +x /init.sh + +ENTRYPOINT [ "/init.sh" ] \ No newline at end of file