File size: 93 Bytes
5a97508
 
 
 
 
 
1
2
3
4
5
6
7

set -ex

docker build -t one-api .
docker run --rm -it -e PORT=7860 -p 7860:7860  one-api