This repo hosts the dockerfile for the deployment of the workHORSE app.
It tracks the master branch of the repository which includes the latest changes.
To install and push to DockerHub manually,
sudo docker build --no-cache -t [docker-USERNAME]/workhorse-app:latest . # replace [docker-USERNAME] with your docker username
sudo docker login
sudo docker push [docker-USERNAME]/workhorse-app:latest # replace [docker-USERNAME] with your docker username