mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix #799
For target `production` the badges were simply not copied. It also explains why we never saw that error in development. For development we use docker build target `build-and-test`. FYI: @ulfgebhardt @Tirokk @ogerly
This commit is contained in:
parent
fa5b16ddd5
commit
1ffa3cd046
@ -24,4 +24,5 @@ RUN yarn run build
|
||||
FROM base as production
|
||||
ENV NODE_ENV=production
|
||||
COPY --from=builder /nitro-backend/dist ./dist
|
||||
COPY ./public/img/ ./public/img/
|
||||
RUN yarn install --frozen-lockfile --non-interactive
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user