Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 404 Bytes

Ruby on Rails VOD (Video-On-Demand) Example

To quickly get started, run the app in a docker container with:

docker-compose build

then

docker-compose up

The app will now be running and accessible via http://localhost:3000/


Webpacker::Manifest::MissingEntryError in Videos#index Error

try running:

docker-compose run web bundle exec rake webpacker:install