From d69272bc489530174b573333382708fca0f26e38 Mon Sep 17 00:00:00 2001 From: Chris Green Date: Fri, 21 Oct 2022 14:26:02 -0700 Subject: [PATCH] Coding standards --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b328563..740136f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,4 +34,4 @@ RUN apt-get update \ && chmod 644 /root/.npmrc \ && npm install -g npm-check-updates@12.0.0 \ && npm install \ - && find node_modules -name '.DS_Store' -exec rm {} \; \ No newline at end of file + && find node_modules -name '.DS_Store' -exec rm {} \;