From a4c2fd42efb341149d73f9c65000b78197df2355 Mon Sep 17 00:00:00 2001 From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr> Date: Wed, 5 Feb 2020 12:58:07 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1e80ac8c..831339bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,8 +40,8 @@ RUN n stable RUN curl -o- -L https://yarnpkg.com/install.sh | bash RUN export PATH="$HOME/.yarn/bin:$PATH" -RUN /usr/bin/yarn install --ignore-engines -RUN /usr/bin/yarn encore dev +RUN $HOME/.yarn/bin/yarn install --ignore-engines +RUN $HOME/.yarn/bin/yarn encore dev EXPOSE 8000/tcp -- GitLab