This project utilizes docker to serve the application.
# rebuild production image
docker-compose build
# serve as production at port 80
docker-compose up
Short hand for doing both in one line:
docker-compose up --build # rebuilds image before starting the containers