Skip to content

ChristK/workHORSE_app_dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

workHORSE app (latest) dockerfile

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published