summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4fd984c3..00ca6212 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,17 @@ By the way, thank you so much for `2k` stars and all the support!!
- [`sqlchat`](./sqlchat/README.md)
- [replit Example (feel free to fork this repl)](#replit)
-
+
+- [Docker](./README.md)
+Build
+```
+docker build -t gpt4free:latest .
+```
+Run
+```
+docker run -p 8501:8501 gpt4free:latest
+```
+
## Todo <a name="todo"></a>
- [ ] add a GUI for the repo