diff --git a/Dockerfile b/Dockerfile index 1affdf80f..8f8b8a8c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,8 @@ 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 ./nitro-web/styleguide/dist ./styleguide/dist +COPY --from=build-and-test ./nitro-web/plugins ./plugins +COPY --from=build-and-test ./nitro-web/static ./static EXPOSE 3000 CMD ["yarn", "run", "start"]