chore(docker): copy .env file

This commit is contained in:
ghmark675
2025-11-06 10:00:41 +08:00
parent a6f7dc7322
commit 2c3765b170
+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 . .