Skip to content

Commit

Permalink
fix: fix docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
kianaza committed Jul 7, 2024
1 parent f9b7189 commit 7903a53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ WORKDIR /app/

COPY --from=builder /nats-blackbox-exporter .

CMD [ "./nats-blackbox-exporter"]
ENTRYPOINT ["./nats-blackbox-exporter"]
CMD [ "--configPath=./setting/config.yaml" ]

0 comments on commit 7903a53

Please sign in to comment.