mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
fix(deploy): vite config lazy load
This commit is contained in:
@@ -26,6 +26,7 @@ RUN apk add --no-cache ca-certificates wget
|
||||
COPY --from=builder /build/agent/dist /app/dist
|
||||
COPY --from=builder /build/agent/node_modules /app/node_modules
|
||||
COPY --from=builder /build/agent/package.json /app/package.json
|
||||
COPY --from=builder /build/node_modules /node_modules
|
||||
|
||||
EXPOSE 8081
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ WORKDIR /build
|
||||
RUN npm install -g pnpm@10
|
||||
|
||||
COPY package.json pnpm-workspace.yaml pnpm-lock.yaml ./
|
||||
COPY config.toml ./
|
||||
|
||||
COPY packages ./packages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user