Skip to content

Commit

Permalink
build: update config and dockerfile files
Browse files Browse the repository at this point in the history
  • Loading branch information
AleruDivine committed Oct 25, 2024
1 parent 14aaea0 commit f33b34d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ RUN apt-get update && apt-get install -y \
jq \
&& rm -rf /var/lib/apt/lists/*
COPY --from=builder /usr/src/relayer/target/release/relayer .
COPY config.toml .
COPY account_keys ./account_keys

ENTRYPOINT ["/relayer-app/relayer", "--config", "config.toml"]
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ redis_url="redis://host.docker.internal:6379"
# network = "testnet"
# rpc_url = "https://rpc.testnet.near.org"
# rpc_api_key = ""
#

0 comments on commit f33b34d

Please sign in to comment.