From a00f64e43c0fbc7b805b7f3a629fef6e844dad93 Mon Sep 17 00:00:00 2001 From: "Felipe M." Date: Mon, 2 Dec 2024 16:32:40 +0100 Subject: [PATCH] chore: add some disclaimer to containerfile --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index ad06a9a..9fa3ce9 100644 --- a/Containerfile +++ b/Containerfile @@ -1,3 +1,5 @@ +# This file is used directly by the goreleaser build +# It is used to build the final container image FROM scratch COPY /smtp2shoutrrr /usr/bin/smtp2shoutrrr ENTRYPOINT ["/usr/bin/smtp2shoutrrr"]