Merge pull request #152 from 666ghj/fix/docker_env

chore(docker): copy .env file
This commit is contained in:
ghmark675
2025-11-06 10:04:57 +08:00
committed by GitHub
+3
View File
@@ -50,6 +50,9 @@ RUN uv pip install --system -r requirements.txt
# Install Playwright browser binaries (system deps already handled above)
RUN python -m playwright install chromium
# Copy .env
COPY .env.example .env
# Copy application source
COPY . .