An open API service indexing awesome lists of open source software.

https://github.com/alexb52/retest-ruby-apps

A repository of ruby repos to test retest gem
https://github.com/alexb52/retest-ruby-apps

Last synced: 3 months ago
JSON representation

A repository of ruby repos to test retest gem

Awesome Lists containing this project

README

        

# MY RUBY APPS

## Test

```bash
bin/test
# OR
docker-compose up --abort-on-container-exit
```

## Build

```bash
docker build -t my-ruby-apps .
```

## Run CMD

```bash
docker run my-ruby-apps
docker run --name program.rb my-ruby-apps
```