Short Description
automated image build for https://github.com/kimik26/twitch.git
Full Description
To run from source build (GitHub)
git pull https://github.com/thisKim/twitch.git
docker-compose up --build
View on http://localhost
To run from image (Docker)
docker pull thiskim/twitch
docker run -p 80:80 thiskim/twitch
View on http://localhost
Infrastructure
GitHub <-> Docker Hub (code pushes to GitHub trigger Docker Hub image builds)
AWS Elastic Container Service (pulls image from Docker Hub)