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
- Host: GitHub
- URL: https://github.com/alexb52/retest-ruby-apps
- Owner: AlexB52
- Created: 2020-11-24T08:59:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T20:13:36.000Z (over 4 years ago)
- Last Synced: 2025-03-14T18:54:28.783Z (3 months ago)
- Language: Ruby
- Size: 8.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```