Fix missing images on staging

This commit is contained in:
roschaefer 2019-09-16 11:41:50 +02:00
parent 14d1932a18
commit 4be3e2a0d0

View File

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