diff --git a/Dockerfile b/Dockerfile index 27b91f7..f1a596c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,17 +1,19 @@ FROM debian:bullseye-slim +LABEL org.opencontainers.image.source https://github.com/itchysats/itchysats + ARG TARGETPLATFORM ARG BINARY_PATH RUN echo "Copying $TARGETPLATFORM/$BINARY_PATH into container" -COPY $TARGETPLATFORM/$BINARY_PATH hermes +COPY $TARGETPLATFORM/$BINARY_PATH binary -RUN chmod a+x hermes +RUN chmod a+x binary VOLUME data # HTTP Port and P2P Port EXPOSE 8000 9999 -ENTRYPOINT ["/hermes", "--data-dir=/data", "--http-address=0.0.0.0:8000"] +ENTRYPOINT ["/binary", "--data-dir=/data", "--http-address=0.0.0.0:8000"] diff --git a/README.md b/README.md index 85f7661..e94895e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Project Hermes +# Itchy Sats -[![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/38091) +[![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/39253) CFD trading on Bitcoin.