Skip to content

Commit b09670a

Browse files
authored
Merge pull request #218 from GioldDiorld/patch-2
Update Dockerfile
2 parents 575d524 + afca86a commit b09670a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ ENV PORT=3000
5353
ENV HOSTNAME="0.0.0.0"
5454

5555
# 使用启动脚本而不是直接启动 server.js
56-
CMD ["node","server.js"]
56+
CMD ["sh", "/app/start.sh"]

0 commit comments

Comments
 (0)