Bind node server to 0.0.0.0 for Docker accessibility

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kunthawat Greethong
2026-04-29 14:19:47 +07:00
parent a458082c5d
commit 6d52b7d39c

View File

@@ -31,4 +31,4 @@ COPY --from=builder /app/dist ./dist
EXPOSE 4321
CMD ["node", "./dist/server/entry.mjs"]
CMD ["node", "./dist/server/entry.mjs", "--host", "0.0.0.0"]