1 Star 0 Fork 0

guangxilaobiao / console

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.builder.yaml 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '2'
services:
base:
image: node:12.18-alpine
volumes:
- nodemodules:/opt/kubesphere/console/node_modules
- .:/opt/kubesphere/console
working_dir: /opt/kubesphere/console
install:
extends:
service: base
command: yarn
build:
extends:
service: base
command: yarn build
volumes:
nodemodules:
external: true
1
https://gitee.com/Caelebs/console.git
git@gitee.com:Caelebs/console.git
Caelebs
console
console
master

搜索帮助