set -ex docker build -t one-api . docker run --rm -it -e PORT=7860 -p 7860:7860 --name test-one-api one-api # docker exec -it test-one-api /bin/ash