Skip to content

ChristK/workHORSE_shinyproxy_dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

workHORSE ShinyProxy dockerfile

This repo hosts the dockerfile for the ShinyProxy v2.3.1 that deploys the workHORSE app.

Every time a change is pushed on this repo a new docker container is built automatically at dockerhub.

To install and push to dockerhub manually on would do,

sudo docker build --no-cache -t [docker-USERNAME]/workhorse-shinyproxy . # replace [docker-USERNAME] with your docker usename
sudo docker login
sudo docker push [docker-USERNAME]/workhorse-shinyproxy . # replace [docker-USERNAME] with your docker usename

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published