Merge branch 'develop' into tendermint

This commit is contained in:
Luke Parker 2022-10-23 21:01:39 -04:00
commit 4859e8c27e
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6
7 changed files with 2 additions and 3 deletions

View file

@ -1 +1 @@
nightly-2022-09-01
nightly-2022-10-01

0
deploy/coins/bitcoin/scripts/entry-dev.sh Normal file → Executable file
View file

0
deploy/coins/ethereum/scripts/entry-dev.sh Normal file → Executable file
View file

0
deploy/coins/monero/scripts/entry-dev.sh Normal file → Executable file
View file

View file

@ -38,8 +38,6 @@ services:
args:
TAG: serai
entrypoint: /scripts/entry-dev.sh
volumes:
- "./serai/scripts:/scripts"
serai-base:
<<: *serai_defaults

View file

@ -36,6 +36,7 @@ WORKDIR /home/serai
# Copy necessary files to run node
COPY --from=builder /serai/target/release/* /bin/
COPY --from=builder /serai/AGPL-3.0 .
COPY deploy/serai/scripts /scripts
# Run node
EXPOSE 30333 9615 9933 9944

0
deploy/serai/scripts/entry-dev.sh Normal file → Executable file
View file