2 Star 0 Fork 0

mirrors_apache/camel-website

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
yarn-in-docker.sh 330 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
# Run yarn in docker.
# supply the yarn arga/script on the command line, e.g.
# $yarn-in-docker.sh workspace antora-ui-camel run build
docker build -t camel-website .
docker run --rm -it -p 1313:1313 -e "GITHUB_TOKEN=${GITHUB_TOKEN}" -e "CAMEL_ENV=${CAMEL_ENV}" -v $(pwd):/work:Z --workdir /work camel-website yarn $*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_apache/camel-website.git
git@gitee.com:mirrors_apache/camel-website.git
mirrors_apache
camel-website
camel-website
main

搜索帮助