From 7bbefd6649003488dbc0a412a1a977bd119ac268 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Fri, 21 Jun 2019 15:01:24 +0200 Subject: [PATCH] install chrome in dockerfile, skip download on npm i --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 45aaa0a..9fc134f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,6 @@ insert_final_newline = true trim_trailing_whitespace = true indent_style = tab -[{*.js,*.yml,*.md,Gopkg.toml,package.json,*.html}] +[{*.js,*.yml,*.md,Gopkg.toml,package.json,*.html,Dockerfile.*}] indent_style = space indent_size = 2