From db6dd432322b9382e41b9ea30c55f17b2430508e Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Wed, 6 Nov 2019 15:46:43 -0600 Subject: [PATCH] adding docker --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 507d9544..e4062005 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,8 @@ RUN pip3 install --upgrade --no-cache-dir \ RUN npm -g install \ markdownlint-cli \ jsonlint prettyjson \ - coffeelint + coffeelint \ + eslint standard #################### # Run GEM installs #