Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKetmo committed Oct 11, 2023
1 parent 54b1f4a commit 92e05a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apk upgrade && apk add --no-cache bash curl
RUN addgroup -g 1001 app
RUN adduser -D -G app -u 1001 app

COPY --from=builder /go/src/app/build/cosmos-validator-watcher /
COPY --from=builder /go/src/app/build/near-validator-watcher /

WORKDIR /
ENTRYPOINT ["/near-validator-watcher"]

0 comments on commit 92e05a7

Please sign in to comment.