Copy over styleguide/dist

This commit is contained in:
Matt Rider 2019-01-09 18:54:42 -02:00
parent 39f581aefb
commit 1a234e70f8

View File

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