Let’s say I want to build an application once but deploy that same image to multiple applications with different entry points… what is the best way to do it?
Hi @kincorvia , this is an excellent question. Thanks for asking. This is where we recommend using a CI platform to:
- build your container image.
- use the same container image for all your app.
- change the CMD argument for each of them on Qovery.
Do you already use a CI platform (E.g. GitHub Actions and GitLab CI) today?
We have a couple of guides explaining how to integrate Qovery within your CI.