CikeyQi commited on
Commit
1ef586c
·
1 Parent(s): 6883ce2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -27,4 +27,7 @@ RUN pnpm install
27
  RUN chmod -R 777 /app
28
 
29
  # 启动应用程序
30
- CMD ["node", "app.js"]
 
 
 
 
27
  RUN chmod -R 777 /app
28
 
29
  # 启动应用程序
30
+ CMD ["npm", "start"]
31
+
32
+ # 看日志
33
+ RUN npm run log