Safe2COVIDApp / bct-server

Bluetooth Contact Tracing for Covid19 - server
5 stars 1 forks source link

Setup on Docker repo #97

Open mitra42 opened 4 years ago

mitra42 commented 4 years ago

Dan - I've not setup a docker file on any kind of public repo - Would appreciate a tutorial, or you doing it.

I think it should be called safe2 or safe2server

danaronson commented 4 years ago

docker run --rm -p 5000:5000 danaronson/safe2server:1.1

mitra42 commented 4 years ago

How do you think we should populate that docker repo - I'm not sure we want to populate it automatically from Git, otherwise we have to take a lot more care with who could merge a PR here.

danaronson commented 4 years ago

one way of doing it is to only populate it from either the master branch or when we tag anything OR just manually.

--dan

On Sun, May 3, 2020 at 2:20 PM Mitra Ardron notifications@github.com wrote:

How do you think we should populate that docker repo - I'm not sure we want to populate it automatically from Git, otherwise we have to take a lot more care with who could merge a PR here.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/mitra42/bct-server/issues/97#issuecomment-623184172, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAYRXAFBADGC4QEBW6ZPDLRPXN3FANCNFSM4MXQZJTQ .

mitra42 commented 4 years ago

We can leave this open as a placeholder till we figure out how we want to do this later - nothing urgent.