fix(docker): stop bundling docs content into frontend image
This commit is contained in:
parent
e8dd9d9fe4
commit
52fb1ba23e
@ -111,8 +111,6 @@ RUN apt-get update \
|
||||
COPY --from=builder /app/dashboard/.next/standalone ./
|
||||
COPY --from=builder /app/dashboard/.next/static ./static
|
||||
COPY --from=builder /app/dashboard/public ./public
|
||||
COPY --from=builder /app/dashboard/knowledge ./knowledge
|
||||
COPY --from=builder /app/dashboard/src/content/blogs ./src/content/blogs
|
||||
|
||||
# ---------------------------
|
||||
# 额外瘦身(可减少 15–40 MB)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user