refactor: Simplify Dockerfile requirements and enhance health check script with API key validation and connectivity checks

This commit is contained in:
OhMyApps
2025-06-25 17:54:04 +02:00
parent 8ff8e06bf9
commit 331706af21
3 changed files with 82 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /app
# Copy requirements files
COPY requirements.txt requirements-dev.txt ./
COPY requirements.txt ./
# Create virtual environment and install dependencies
RUN python -m venv /opt/venv