fix:优化爬虫配置,单独使用docker容器运行
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Python 爬虫服务
|
||||
# Python 3.11+ 爬虫服务(与 requirements.txt / pyproject.toml 一致)
|
||||
# 国内服务器可加 --build-arg REGISTRY=docker.m.daocloud.io/library
|
||||
ARG REGISTRY=
|
||||
FROM ${REGISTRY}python:3.11-slim
|
||||
|
||||
Reference in New Issue
Block a user