mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
fix: mistakes in agent's Dokcerfile
This commit is contained in:
+2
-1
@@ -8,7 +8,7 @@ RUN bun install
|
||||
|
||||
COPY agent/ ./
|
||||
|
||||
RUN bun run build
|
||||
RUN bun run build --external jsdom
|
||||
|
||||
FROM oven/bun:1-alpine
|
||||
|
||||
@@ -16,6 +16,7 @@ WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache ca-certificates wget
|
||||
|
||||
COPY config.toml /
|
||||
COPY --from=builder /build/dist /app/dist
|
||||
COPY --from=builder /build/node_modules /app/node_modules
|
||||
COPY --from=builder /build/package.json /app/package.json
|
||||
|
||||
Reference in New Issue
Block a user