Fix docker entry point and bump version

This commit is contained in:
Mark Sinclair
2024-12-06 21:42:29 +00:00
parent 9dcad2fefc
commit a1a1336b38
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
[package]
name = "nyx-chain-watcher"
version = "0.1.0"
version = "0.1.1"
authors.workspace = true
repository.workspace = true
homepage.workspace = true
+1 -1
View File
@@ -28,5 +28,5 @@ RUN apt update && apt install -yy curl ca-certificates
WORKDIR /nym
COPY --from=builder /usr/src/nym/target/release/nyx-chain-watcher ./
ENTRYPOINT [ "/nym/nyx-chain-watcher" ]
ENTRYPOINT [ "/nym/nyx-chain-watcher", "run" ]