chatgpt/README.md

22 lines
326 B
Markdown
Raw Normal View History

2023-10-10 17:25:39 +02:00
# ChatGPT CLI
<!-- metadata -->
* **Category**: Utilities
* **Status**: 0, work-in-progress
* **Image**: , 4, local
* **Healthcheck**: No
* **Backups**: N/A
* **Email**: N/A
* **Tests**: No
* **SSO**: N/A
<!-- endmetadata -->
# Deployment
Copy the Dockerfile to the server and build it:
```
docker build -t chatgpt .
```