Skip to content

Commit a920de9

Browse files
committed
fix: node env
1 parent 51c96f3 commit a920de9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ COPY --from=builder /app/node_modules ./node_modules
2020
COPY --from=builder /app/apps/api ./apps/api
2121
COPY --from=builder /app/packages ./packages
2222

23+
ENV NODE_ENV=production
24+
2325
EXPOSE 4000
2426

2527
WORKDIR /app/apps/api

0 commit comments

Comments
 (0)