fix docker listen hostj

This commit is contained in:
DefectingCat
2023-11-10 17:31:57 +08:00
parent 6038bb731b
commit 1a66382cb2

View File

@ -64,6 +64,6 @@ USER nextjs
EXPOSE 3000
ENV PORT 3000
ENV HOSTNAME localhost
ENV HOSTNAME 0.0.0.0
CMD ["node", "server.js"]