We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b9bf8 commit d9ff28dCopy full SHA for d9ff28d
docker-compose-dev.yaml
@@ -24,7 +24,9 @@ services:
24
depends_on:
25
- server
26
working_dir: /gva-web # 如果docker 设置了workdir 则此处不需要设置
27
- command: bash -c "yarn config set registry https://registry.npm.taobao.org --global && yarn install && yarn serve"
+ #若网络不太好,请自行换源,如下
28
+ #command: bash -c "yarn config set registry https://registry.npm.taobao.org --global && yarn install && yarn serve"
29
+ command: bash -c "yarn install && yarn serve"
30
volumes:
31
- ./web:/gva-web
32
networks:
0 commit comments