You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

295 B

# 激活项目环境
conda activate py310

# 构建镜像
docker build --no-cache --build-arg PYTHON_VERSION=3.10 --build-arg APP_ENV=prod -t data-sync-service:1.0 .

# 运行
docker run -it --rm data-sync-service:1.0

# 模拟生产环境
export ENV=prod
python C2_SyncData.py