diff --git a/README.md b/README.md index b9f8106..b9600ea 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,7 @@ yarn yarn start ``` -## Deploy with docker-compose - +## Run with docker first, you should create file .env ```env http_proxy=http://host:port @@ -36,6 +35,15 @@ http_proxy=http://host:port # get api key here https://rapidapi.com/calvinloveland335703-0p6BxLYIH8f/api/temp-mail44 rapid_api_key=xxxxxxxxxx ``` + +``` +docker run --env-file .env xiangsx/gpt4free-ts:latest +``` + +## Deploy with docker-compose + +first, you should create file .env; Follow step "Run with docekr" + deploy ``` docker-compose up --build -d