From 7903a53f0afd6d9c9576be8104e18d1a2c5037c7 Mon Sep 17 00:00:00 2001 From: kianaza Date: Sun, 7 Jul 2024 23:36:40 +0330 Subject: [PATCH] fix: fix docker file --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1166f94..6f54bb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,5 @@ WORKDIR /app/ COPY --from=builder /nats-blackbox-exporter . -CMD [ "./nats-blackbox-exporter"] \ No newline at end of file +ENTRYPOINT ["./nats-blackbox-exporter"] +CMD [ "--configPath=./setting/config.yaml" ] \ No newline at end of file