fix: docker

This commit is contained in:
hamster1963 2024-11-23 15:51:04 +08:00
parent c3043dad07
commit 58e3c50801

View File

@ -15,7 +15,6 @@ RUN bun run build
# Stage 3: Production image
FROM node:23-alpine AS runner
FROM node:23-alpine AS runner
WORKDIR /app
ENV NODE_ENV=production
COPY --from=builder /app/public ./public