This commit is contained in:
2026-04-27 02:00:03 +08:00
parent d4378afbc9
commit 459a5299a0
4 changed files with 24 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ RUN pip install --no-cache-dir -U pip setuptools wheel \
COPY telegram-scraper.py app_web.py ./
COPY templates ./templates/
COPY static ./static/
EXPOSE 8000