From 494b924dcbecd9c5d0d90a478e45cee00b514920 Mon Sep 17 00:00:00 2001 From: Roee Gadot Date: Thu, 29 Apr 2021 08:24:07 +0300 Subject: [PATCH] remove line in the end --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4bb6a4572..84d902b73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,5 +56,4 @@ COPY --from=site-build ["/ui-build/build", "site"] COPY api/scripts/multi-runner.sh ./ # this script runs both apiserver and passivetapper and exits either if one of them exits, preventing a scenario where the container runs without one process -CMD "./multi-runner.sh" - +CMD "./multi-runner.sh" \ No newline at end of file