Hi guys, i am making custom CRM-CMS with nodejs, w...
# orm-help
h
Hi guys, i am making custom CRM-CMS with nodejs, where it will be versioned, and the customer will be able to update their own app, just like wordpress. The app will be hosted with and without docker. Does anyone know how i can get the app updated with one simple click from nodejs api? 1. If it's deployed with docker, it should update the docker image. 2. If it's not deployed with docker, it should directly update the nodejs application.