royalblue
v0.0.6
Published
```sh mkdir -p dist && \ docker run --rm \ --mount type=bind,src="$(pwd)"/dist,dst=/dist \ --mount type=bind,src="$(pwd)",dst=/root/git \ --env GIT_REPOSITORY=/root/git \ --env NODE_ENV=production \ --env BRANCH=master \ docker.youkuohao.com/ci-agen
Downloads
12
Readme
Build
mkdir -p dist && \
docker run --rm \
--mount type=bind,src="$(pwd)"/dist,dst=/dist \
--mount type=bind,src="$(pwd)",dst=/root/git \
--env GIT_REPOSITORY=/root/git \
--env NODE_ENV=production \
--env BRANCH=master \
docker.youkuohao.com/ci-agent-node:1.1.0