- Add file
.envto root folder docker-compose builddocker-compose run web bundle installdocker-compose run web bin/yarndocker-compose run web rake db:setup
- .env file must have this variables:
CLOUDINARY_CLOUD=<secret>
CLOUDINARY_KEY=<secret>
CLOUDINARY_SECRET=<secret>
GOOGLE_CLIENT_ID=<secret>
GOOGLE_CLIENT_SECRET=<secret>
docker-compose run --service-ports web- Open
localhost:3000with any browser