Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 331 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 331 Bytes

README

Deployment

Change repo_analyzer version in Gemfile and run:

bundle install

Build the container image.

docker build --platform linux/amd64 -t repo-analyzer .

Publish on Docker.

docker tag repo-analyzer leantraxxx/repo-analyzer
docker push leantraxxx/repo-analyzer