mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: docker
This commit is contained in:
parent
c3043dad07
commit
58e3c50801
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user