From 5613469739cb70faaf39cc69dbc2e09600c25a19 Mon Sep 17 00:00:00 2001
From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr>
Date: Wed, 5 Feb 2020 12:36:16 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index a520235f..915270f7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -39,7 +39,7 @@ RUN npm install -g n
 RUN n stable
 RUN curl -o- -L https://yarnpkg.com/install.sh | bash
 RUN export PATH="$HOME/.yarn/bin:$PATH"
-RUN yarn install
+RUN yarn install --ignore-engines
 RUN  yarn encore dev
 
 EXPOSE 8000/tcp
-- 
GitLab