From a9a68bc8ee553053ac3611910b0cd4968e7da50a Mon Sep 17 00:00:00 2001 From: Marco Dalla Santa Date: Mon, 21 Dec 2020 20:24:19 +0100 Subject: [PATCH] Newline at end of Dockerfile. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 065526f..1e1aeef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ COPY LICENSE README.md / COPY *.sh ./ -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]