From ec80569d5d1ea33d7a92101a71903ee7bc50190d Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Thu, 20 Mar 2025 15:59:09 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Remove=20default=20config=20file?= =?UTF-8?q?=20path=20from=20'ENTRYPOINT'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29ea12c..ccd4ed5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ WORKDIR / COPY --from=builder /src/dodo /dodo COPY --from=builder /src/config.json /config.json -ENTRYPOINT ["./dodo", "-f", "/config.json"] \ No newline at end of file +ENTRYPOINT ["./dodo"] \ No newline at end of file