From e0fe26c41b66e737a10a4574d34dac8ec6d923e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rudowicz?= Date: Fri, 3 Jan 2025 22:01:13 +0100 Subject: [PATCH] Add missing newline --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b13157..b2a4064 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ FROM debian:12-slim COPY --from=0 /conf /conf COPY --from=0 /src/alarm_bot / WORKDIR /conf -CMD ["/alarm_bot"] \ No newline at end of file +CMD ["/alarm_bot"]