Instructions to run application:
- create .env file in your root project path
- copy data from .example.env file to .env file
- Insert proper values in .env file
- run: docker-compose build
- run: docker-compose run web bundle exec rails db:prepare
- run: docker-compose up
Instructions to run tests:
run: docker-compose run --rm -e "RAILS_ENV=test" web bundle exec rspec