Add Streamlit app + knb_stats analysis notebooks
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+6
-1
@@ -2,9 +2,14 @@ FROM python:3.13-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY attractions_api_logger.py .
|
||||
COPY . .
|
||||
|
||||
# Default to scraper, but can be overridden in docker-compose
|
||||
ENTRYPOINT ["python", "-u", "attractions_api_logger.py"]
|
||||
|
||||
Reference in New Issue
Block a user