File size: 401 Bytes
0832091
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
docker build $(grep -v '^#' dot_env | sed 's/^/--build-arg /') -t dsatya6/chatgptplugins:v1 .

docker run -p 5082:5082 --name=chatgptplugins --env-file dot_env dsatya6/chatgptplugins:v1
docker stop chatgptplugins
docker rm chatgptplugins

curl http://172.17.0.2:5085
curl http://172.17.0.2:5085/openapi.yaml
curl http://172.17.0.2:5085/.well-known/ai-plugin.json


docker rmi dsatya6/chatgptplugins:v1