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 {} \;