From 1bbd19359145f576c72ded9a4fc44dae48c34af8 Mon Sep 17 00:00:00 2001 From: Astra Date: Fri, 27 Feb 2026 11:53:47 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index ec14d59..d7d16a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,9 +29,6 @@ RUN apk add --no-cache ca-certificates # Copy binary from builder COPY --from=builder /build/telegram-antiscam . -# Set default config path -ENV CONFIG_PATH=/app/config.yaml - -# Run the bot +# Run the bot with config path ENTRYPOINT ["/app/telegram-antiscam"] -CMD ["${CONFIG_PATH}"] +CMD ["/app/config.yaml"]