chore(docker): copy .env file
This commit is contained in:
@@ -50,6 +50,9 @@ RUN uv pip install --system -r requirements.txt
|
|||||||
# Install Playwright browser binaries (system deps already handled above)
|
# Install Playwright browser binaries (system deps already handled above)
|
||||||
RUN python -m playwright install chromium
|
RUN python -m playwright install chromium
|
||||||
|
|
||||||
|
# Copy .env
|
||||||
|
COPY .env.example .env
|
||||||
|
|
||||||
# Copy application source
|
# Copy application source
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user