CikeyQi commited on
Commit
133bf4a
·
1 Parent(s): ef4e9e3

Update Dockerfile

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