From c4e507b0879eed96ef6f7988036c6eabd669ad7e Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 7 Nov 2019 10:28:28 -0600 Subject: [PATCH] link --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d1040d4e..452f4ff0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,6 +56,8 @@ RUN npm -g --no-cache install \ @typescript-eslint/eslint-plugin \ @typescript-eslint/parser + # I think we could fix this with path but not sure the language... + # https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md #################### # Run GEM installs # ####################