Praison AI Call Docker Build the Docker image: docker build -t praisonai-call . Run the container: docker run -d -p 8090:8090 praisonai-call -e OPENAI_API_KEY=your_api_key_here Make sure to replace your_api_key_here with your actual OpenAI API key.