voyagegroup / popuko

A helpful operation bot for GitHub. This helps to assign a reviewer, to merge a pull request, and to notify an unmergeable pull request with a comment as a command interactively.
Other
76 stars 10 forks source link

Improve: build and deoloy. #252

Open mitsukavg opened 6 years ago

mitsukavg commented 6 years ago

build:

docker build -f Dockerfile.build -t popuko/build:latest .
docker run -v `pwd`:/src/github.com/voyagegroup/popuko popuko/build:latest

run:

docker build -f Dockerfile.release -t popuko/release:latest .
docker run -v `pwd`/config:/config popuko/release:latest