From 8b0d6377001f8be42425bc2a21ec497da94bc10b Mon Sep 17 00:00:00 2001 From: JB Date: Thu, 29 Nov 2018 22:55:39 +0100 Subject: [PATCH] Adapt dockerfile to styleguide integration --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5201c1847..f62f6ab8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,9 +20,7 @@ RUN yarn install --production=false --frozen-lockfile --non-interactive # Install and build Styleguide COPY styleguide/ ./styleguide RUN cd styleguide && yarn install --production=false --frozen-lockfile --non-interactive \ - && cd .. \ - && yarn run styleguide:build \ - && rm -Rf styleguide/node_modules + && cd .. COPY . . RUN ["yarn", "run", "build"]