This file will setup Wordpress, MySQL & PHPMyAdmin with a single command. Add the code below to a file called "docker-compose.yaml" and run the command
$ docker-compose up -d
# To Tear Down
$ docker-compose down --volumes
DEPLOYING YOUR ANGULAR/SINATRA APP ON HEROKU
$ mkdir public create a public folder
$ mv bower_components public/bower_components (don't forget to change the gitignore file!!) you need to move your bower components to the public folder and also any stylesheets or anything you will want to require in your http.
Create Gemfile
source 'https://rubygems.org'
gem 'sinatra'