From 294b7b087d222112134c914ca6222c37fc231ffd Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 26 Jan 2021 13:41:15 +0100 Subject: [PATCH] chore: fix newline on new file --- contrib/docker/multi-stage-with-bundle/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker/multi-stage-with-bundle/Dockerfile b/contrib/docker/multi-stage-with-bundle/Dockerfile index 5e6ce770de..8289a49046 100644 --- a/contrib/docker/multi-stage-with-bundle/Dockerfile +++ b/contrib/docker/multi-stage-with-bundle/Dockerfile @@ -39,4 +39,4 @@ RUN tar xzf bundle.tar.gz && rm bundle.tar.gz COPY app-config.yaml app-config.production.yaml ./ -CMD ["node", "packages/backend", "--config", "app-config.yaml", "--config", "app-config.production.yaml"] \ No newline at end of file +CMD ["node", "packages/backend", "--config", "app-config.yaml", "--config", "app-config.production.yaml"]