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

Update Dockerfile

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