anapsix / geminabox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geminabox

Simple Geminabox Docker image variant, configured to proxy from RubyGems.org.

Usage

Public image is published at ghcr.io/anapsix/geminabox

Build

docker build -t local/geminabox .

Run

If /work directory inside container has any .gemspec files, every time it changes gem build will be performed, and generated .gem file will be uploaded to running instance of Geminabox.

docker run -dt --name geminabox -p 3000:3000 -v $PWD:/work -w /work local/geminabox

About


Languages

Language:Ruby 85.7%Language:Dockerfile 9.8%Language:Shell 4.5%