mirror of
https://github.com/ngthanhvu/kr-phim.git
synced 2026-08-10 16:07:47 +00:00
fix: restore environment variables in runner stage for correct network binding
This commit is contained in:
@@ -14,6 +14,10 @@ RUN npm run build
|
||||
FROM node:22-alpine AS runner
|
||||
WORKDIR /workspace
|
||||
ENV NODE_ENV=production
|
||||
ENV HOST=0.0.0.0
|
||||
ENV PORT=3002
|
||||
ENV NITRO_HOST=0.0.0.0
|
||||
ENV NITRO_PORT=3002
|
||||
COPY --from=builder /app/.output ./.output
|
||||
EXPOSE 3002
|
||||
CMD ["node", ".output/server/index.mjs"]
|
||||
|
||||
Reference in New Issue
Block a user