我通过docker-compose启动了这个项目,能成功但是无法做到修改即变更 #2900
Unanswered
cheapWhite
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docker-compose 文件如果
version: '3'
services:
vban-admin:
image: node:latest
ports:
- '8082:5173'
volumes:
- .:/app
working_dir: /app
command: sh -c "npm install pnpm -g && pnpm install && pnpm serve"
docker模式下无法实现热重载
Beta Was this translation helpful? Give feedback.
All reactions