HyunSeob / docker-node-yarn-ci

The Docker image for Using on CI environment with yarn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-node-yarn-ci

The Docker image for Using on CI environment with yarn, based on docker-node-ci

Installed packages

  • All stuffs from docker-node-ci
  • yarn

That's it!

Development

# build
$ docker build . -t hyunseob/node-yarn-ci
# tag
$ docker tag hyunseob/node-yarn-ci hyunseob/node-yarn-ci:latest
# push
$ docker push hyunseob/node-yarn-ci:latest

About

The Docker image for Using on CI environment with yarn.

License:MIT License