From 15ce5a68cf82cc463d06e3168eb765a88aff7f04 Mon Sep 17 00:00:00 2001 From: johannes Date: Tue, 16 Jul 2019 16:57:31 +0200 Subject: [PATCH] Build: copy .browserslistrc to node build container (#18141) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f49d20298d..06b3f5ebc8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY packages packages RUN yarn install --pure-lockfile --no-progress -COPY Gruntfile.js tsconfig.json tslint.json ./ +COPY Gruntfile.js tsconfig.json tslint.json .browserslistrc ./ COPY public public COPY scripts scripts COPY emails emails