Self Hosted App with Convex on cloud
docker compose build --build-arg CONVEX_DEPLOY_KEY=${{ secrets.CONVEX_DEPLOY_KEY }}. and the CONVEX_DEPLOY_KEY is in my Dockerfile like this:Are there other ways that I should be doing this to follow best practices?
