This commit is contained in:
han0
2024-05-29 10:21:31 +08:00
commit 54ac29d27b
119 changed files with 6817 additions and 0 deletions

4
init_docker_env.bat Normal file
View File

@@ -0,0 +1,4 @@
docker-compose build
docker run -it -v "E:\Project\transport_api:/app" python:3.7.16-transport-api bash
PYTHONUSERBASE=/app/home pip install -r /app/requirements.txt -i http://192.168.1.3:8082/repository/pypi-group/simple --trusted-host 192.168.1.3 --user
PYTHONUSERBASE=/app/home pip install nc_http --upgrade -i http://192.168.1.3:8082/repository/pypi-group/simple --trusted-host 192.168.1.3 --user