From f3b023ffa6577668917c598d19b953a2f1c6204d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Philippe=20Qu=C3=A9m=C3=A9ner?= Date: Sat, 20 Nov 2021 15:40:13 +0100 Subject: [PATCH] Fix: add the babel config to the dockerfiles (#42021) --- Dockerfile | 2 +- Dockerfile.ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ad3e76a693..a4badb48d41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY plugins-bundled plugins-bundled RUN yarn install -COPY tsconfig.json .eslintrc .editorconfig .browserslistrc .prettierrc.js ./ +COPY tsconfig.json .eslintrc .editorconfig .browserslistrc .prettierrc.js babel.config.json ./ COPY public public COPY tools tools COPY scripts scripts diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 90df9cb8e42..b486d7ae6ae 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -12,7 +12,7 @@ COPY plugins-bundled plugins-bundled RUN yarn install -COPY tsconfig.json .eslintrc .editorconfig .browserslistrc .prettierrc.js ./ +COPY tsconfig.json .eslintrc .editorconfig .browserslistrc .prettierrc.js babel.config.json ./ COPY public public COPY tools tools COPY scripts scripts