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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user