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"]