From 28d79c99418d5f591e0b1ec9951a6bdf6e76662b Mon Sep 17 00:00:00 2001 From: Chris Blum Date: Mon, 25 Apr 2022 18:01:51 +0200 Subject: [PATCH] Fix Container image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8219c7d..73dbfa4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ COPY fritzdocsis / EXPOSE 2112 -ENTRYPOINT ["./fritzDocsis"] \ No newline at end of file +ENTRYPOINT ["./fritzdocsis"] \ No newline at end of file