developmentseed / titiler-stacapi

Connect titiler to STAC APIs
https://developmentseed.org/titiler-stacapi/
MIT License
5 stars 5 forks source link

Add docker publication to CI and remove uvicorn-only dockerfile and references #13

Closed emileten closed 6 months ago

emileten commented 6 months ago

This PR:

As a reminder, docker build and push to ghcr will happen when :

emileten commented 6 months ago

@vincentsarago should we change the Dockerfile -- now we only have the one based on your gunicorn-uvicorn image -- so that it starts the app with uvicorn ?

vincentsarago commented 6 months ago

now we only have the one based on your gunicorn-uvicorn image -- so that it starts the app with uvicorn ?

I think it's fine as it is, people could just pass a CMD parameter to start uvicorn instead of Gunicorn