Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot committed Oct 24, 2024
1 parent 11603b8 commit 8f8c2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG baseImage=wavesplatform/wavesnode:1.5.7
ARG baseImage=ghcr.io/wavesplatform/waves:1.5.8-1
FROM $baseImage
COPY target /tmp/
RUN tar zxvf /tmp/consensus-client.tgz -C $WAVES_INSTALL_PATH --strip-components=1
2 changes: 1 addition & 1 deletion docker/services/waves-node.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
waves-node:
container_name: waves-node
image: consensus-client:local
image: ghcr.io/unitsnetwork/consensus-client:testnet
stop_grace_period: 5m
ports:
- "6869:6869"
Expand Down

0 comments on commit 8f8c2c5

Please sign in to comment.