i'm trying to deploy SuperTokens as a service on render.com. To do that, i need to deploy only a Dockerfile (docker-compose is not supported yet).
I'm not using Postgres, but Cockroach instead, and i'm getting an error when deploy:
> What caused the crash: Failed to initialize pool: Could not open SSL root certificate file /home/supertokens/.postgresql/root.crt.
I don't know if it comes from the postgres image directly (
https://github.com/supertokens/supertokens-docker-postgresql/blob/master/Dockerfile), or my custom image. But anyway, i have this error and i can't deploy any instance because of that.
Any idea?