Skip to content

Commit ebcf828

Browse files
committed
build(docker): use cluster size of 1 by default
1 parent 51eaccb commit ebcf828

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ RUN pnpm run build
2121

2222
FROM node:22-alpine as runner
2323

24+
ENV NITRO_CLUSTER_WORKERS=1
25+
2426
WORKDIR /app
2527

2628
COPY --from=builder /app/.output ./

0 commit comments

Comments
 (0)