mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge pull request #810 from Human-Connection/799_fix_badge_urls
Fix #799
This commit is contained in:
commit
c2092bf3bc
@ -24,4 +24,5 @@ RUN yarn run build
|
|||||||
FROM base as production
|
FROM base as production
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
COPY --from=builder /nitro-backend/dist ./dist
|
COPY --from=builder /nitro-backend/dist ./dist
|
||||||
|
COPY ./public/img/ ./public/img/
|
||||||
RUN yarn install --frozen-lockfile --non-interactive
|
RUN yarn install --frozen-lockfile --non-interactive
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user