1 Star 0 Fork 147

前端开发文档/为键盘工作者设计的单词记忆

forked from Kai/Qwerty-Learner 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yaml 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
rye catcher 提交于 2022-04-21 17:08 . Dev ql (#212)
version: "3"
services:
qwertylearner:
image: "node:14"
user: "root"
working_dir: "/app/qwerty-learner"
ports:
[8990:3000]
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 &
echo 'success.. start..'
pwd
echo '查看输出:...'
cat nohup.out
tail -f /dev/null
tty: true
stdin_open: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/fedocs/qwerty-learner.git
git@gitee.com:fedocs/qwerty-learner.git
fedocs
qwerty-learner
为键盘工作者设计的单词记忆
master

搜索帮助