From 4be3e2a0d06756a23cce2c8cf33cc35d40293a76 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Mon, 16 Sep 2019 11:41:50 +0200 Subject: [PATCH] Fix missing images on staging --- webapp/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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