diff --git a/webapp/Dockerfile b/webapp/Dockerfile index d0b758050..87793de92 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -26,5 +26,6 @@ RUN NODE_ENV=production yarn run build FROM base as production RUN yarn install --production=true --frozen-lockfile --non-interactive --no-cache COPY --from=build-and-test ./nitro-web/.nuxt ./.nuxt +COPY --from=build-and-test ./nitro-web/static ./static COPY nuxt.config.js . COPY locales locales