From c575565f8cd562d3b66765ad5bb7b880ce4ce68b Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Thu, 3 Jan 2019 21:06:28 -0200 Subject: [PATCH] Copy plugins from builder --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ad59965f8..d9b679111 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ FROM base as production ENV NODE_ENV=production ADD package.json ./ ADD nuxt.config.js ./ +COPY --from=builder ./nitro-web/plugins ./plugins/ COPY --from=builder ./nitro-web/node_modules ./node_modules/ COPY --from=builder /nitro-web/.nuxt/ ./.nuxt COPY --from=builder ./nitro-web/static ./static/