Skip to content

Commit

Permalink
chore: update binary location in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Dec 29, 2024
1 parent 485f763 commit 95c78d7
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 @@ -5,7 +5,7 @@ FROM alpine:latest
RUN apk --no-cache add ca-certificates

# Copy the built executable
COPY ./metrics-registrar /usr/bin/akash-metrics-registrar
COPY ./akash-metrics-registrar /usr/bin/metrics-registrar

# Command to run the executable
ENTRYPOINT ["akash-metrics-registrar"]

0 comments on commit 95c78d7

Please sign in to comment.