Skip to content

LaChimere/doccopilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doccopilot

How to deploy

  1. Build the docker image
docker build -t doccopilot:test .
  1. Start a container
docker run -dp 8080:8080 \
    -e API_KEY="Your API Key" \
    --name doccopilot \
    doccopilot:test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published