deploy: auto commit repo-root changes 2026-06-12 23:11:28

This commit is contained in:
hajimi
2026-06-12 23:11:28 +08:00
parent cd44cd6e47
commit 0d656e8076
7 changed files with 19 additions and 13 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ __pycache__/
**/__pycache__/
*.pyc
.pytest_cache/
logs/*
data/locks/*
logs/
data/
test_output.txt
tmp_*.py
tmp_*.sql
+3 -3
View File
@@ -10,9 +10,9 @@ build/
venv/
env/
.env
logs/*.log
data/*.json
data/*.csv
logs/
data/
test_output.txt
.idea/
.vscode/
*.swp
+2 -1
View File
@@ -27,7 +27,8 @@ RUN python -m pip install --upgrade pip setuptools wheel \
COPY . /app
RUN mkdir -p /app/logs /app/data/locks /etc/sport-era-crawler \
RUN sed -i 's/\r$//' /app/docker/entrypoint.sh \
&& mkdir -p /app/logs /app/data/locks /etc/sport-era-crawler \
&& chmod +x /app/docker/entrypoint.sh
ENTRYPOINT ["/app/docker/entrypoint.sh"]
+1 -1
View File
@@ -68,7 +68,7 @@ python main.py cron
## 项目结构
```
dongqiudi-crawler/
docker/crawler/
├── config/
│ └── settings.yaml # 配置文件
├── src/