Merge pull request #1594 from Human-Connection/fix_missing_images

Fix missing images on staging
This commit is contained in:
mattwr18 2019-09-16 13:32:29 +02:00 committed by GitHub
commit 8205b2d986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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