Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 318 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 318 Bytes

REAL ESTATE MANAGEMENT


RUN

docker-compose build # only first time
docker-compose up -d
docker-compose run web rails db:create db:migrate db:seed

optional

docker-compose run web yarn install --check-files 

Cleanup for restart

sudo rm -rfv ./tmp/db
docker-compose rm -f