Skip to content

Latest commit

 

History

History
 
 

call

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Praison AI Call Docker

  1. Build the Docker image:
docker build -t praisonai-call .
  1. 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.