This commit is contained in:
star7th
2025-04-10 20:34:49 +08:00
parent 2ee38ff763
commit 837ca687fc
3 changed files with 76 additions and 2 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ USER nextjs
EXPOSE 3000
ENV PORT 3000
ENV HOSTNAME "0.0.0.0"
ENV PORT=3000
ENV HOSTNAME="0.0.0.0"
# 启动应用
CMD ["node", "server.js"]