From 1a234e70f8a28fb361def63a7c6048e6d99e341c Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Wed, 9 Jan 2019 18:54:42 -0200 Subject: [PATCH] Copy over styleguide/dist --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4e9714532..afba80104 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ FROM base as production ENV NODE_ENV=production RUN yarn install --frozen-lockfile --non-interactive COPY --from=build-and-test ./nitro-web/.nuxt ./.nuxt +COPY --from=build-and-test ./styleguide/dist ./styleguide/dist EXPOSE 3000 CMD ["yarn", "run", "start"]