Browse Source

Merge #498

498: Minor things r=itchymax a=itchymax



Co-authored-by: itchymax <itchymax@itchysats.network>
shutdown-taker-if-no-maker-present
bors[bot] 3 years ago
committed by GitHub
parent
commit
5ab45f11d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Dockerfile
  2. 4
      README.md

8
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"]

4
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.

Loading…
Cancel
Save