Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 279 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 279 Bytes

README

Run docker compose to build all containers

docker compose up -d --build

Install dependencies and create the database

docker exec -it realtor-ruby bin/docker-entrypoint
docker exec -it realtor-ruby bin/dev

open localhost:3000