To start the application, enter the following commands in the terminal in the application directory:
docker-compose build && docker-compose up
docker-compose run web rake db:create && rake db:migrate && rake db:seed
After that, the test data application will be available at localhost:3000
admin@test.com/12345678
client@test.com/12345678