forked from rubygarage/boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Run with Docker
Vladislav Trotsenko edited this page Oct 21, 2020
·
1 revision
Install docker and docker-compose
sudo apt-get install docker docker-compose
docker-compose up
bin/docker rspec
Building api documentation is pretty easy, just run:
bin/docker rails api:doc:v1
and find it into:
./public/api/docs/v1/index.html
bin/docker rails c