From e3953bfba9282f47ebe0034a5d7f9d6a3711f767 Mon Sep 17 00:00:00 2001 From: Henning Bocklage Date: Mon, 19 Jul 2021 21:45:01 +0200 Subject: [PATCH] maint: install-all is way too much --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4f4d06..21fe3c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,8 @@ RUN git clone https://gitlab.com/RemixDev/deemix-gui.git --recursive && \ WORKDIR /deemix-gui -RUN yarn install-all --prod +RUN yarn install --prod && \ + yarn --cwd server install --prod COPY root/ /