taito0 commited on
Commit
572a98c
·
verified ·
1 Parent(s): 1d8099c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ COPY . .
14
  EXPOSE 8080
15
 
16
  # 运行代码
17
- CMD ["node", "start.js"]
 
14
  EXPOSE 8080
15
 
16
  # 运行代码
17
+ CMD ["node", "start.mjs"]