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"]