mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix missing images on staging
This commit is contained in:
parent
14d1932a18
commit
4be3e2a0d0
@ -26,5 +26,6 @@ RUN NODE_ENV=production yarn run build
|
|||||||
FROM base as production
|
FROM base as production
|
||||||
RUN yarn install --production=true --frozen-lockfile --non-interactive --no-cache
|
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/.nuxt ./.nuxt
|
||||||
|
COPY --from=build-and-test ./nitro-web/static ./static
|
||||||
COPY nuxt.config.js .
|
COPY nuxt.config.js .
|
||||||
COPY locales locales
|
COPY locales locales
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user