viralemergence / virion

The Global Virome in One Network
https://viralemergence.github.io/virion
37 stars 8 forks source link

build local docker image to run all of virion code on #72

Closed colebrookson closed 1 year ago

colebrookson commented 1 year ago

Make sure all of virion compiles (minus deployment) on local docker image. Key things:

colebrookson commented 1 year ago

https://github.com/marketplace/actions/push-pre-built-javascript-typescript-docker-container-github-action useful info on doing this

also here is a simple example https://stackoverflow.com/questions/72684160/use-docker-hub-image-in-github-actions-running-on-github-hosted-runners

colebrookson commented 1 year ago

Noting that the actual dockerfiles etc for this will live elsewhere since it doesn't make sense to have them there - there's a new repo for them

colebrookson commented 1 year ago

Got this running, just now need some troubleshoots