53 Star 608 Fork 134

GVPKai / Qwerty-Learner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yaml 656 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3'
services:
qwertylearner:
image: 'node:16'
user: 'root'
working_dir: '/app/qwerty-learner'
ports: [8990:5173]
volumes:
- $PWD/:/app/qwerty-learner
command:
- /bin/sh
- -c
- |
echo 'run the bash command..'
npm -v
npm config set registry https://registry.npm.taobao.org
npm install -g yarn
cd /app/qwerty-learner
yarn install
yarn build
nohup yarn start --host=0.0.0.0 &
echo 'success.. start..'
pwd
echo '查看输出:...'
cat nohup.out
tail -f /dev/null
tty: true
stdin_open: true
TypeScript
1
https://gitee.com/KaiyiWing/qwerty-learner.git
git@gitee.com:KaiyiWing/qwerty-learner.git
KaiyiWing
qwerty-learner
Qwerty-Learner
master

搜索帮助