We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 575d524 + afca86a commit b09670aCopy full SHA for b09670a
web/Dockerfile
@@ -53,4 +53,4 @@ ENV PORT=3000
53
ENV HOSTNAME="0.0.0.0"
54
55
# 使用启动脚本而不是直接启动 server.js
56
-CMD ["node","server.js"]
+CMD ["sh", "/app/start.sh"]
0 commit comments