This commit is contained in:
2025-07-08 18:46:12 +08:00
parent 162c0555ec
commit caa855717f
3 changed files with 30 additions and 3 deletions

View File

@@ -34,4 +34,4 @@ EXPOSE 3000
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
CMD curl -f http://localhost:3000 || exit 1
# 启动命令
CMD ["npm", "run", "start"]
CMD ["node", "server.cjs"]