Add MCS-150 PDF forms to workers Docker image
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b2a4a48610
commit
8ab5768606
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ RUN playwright install chromium && playwright install-deps chromium
|
|||
# Copy all scripts
|
||||
COPY scripts/ /app/scripts/
|
||||
COPY docs/product-facts.md /app/docs/product-facts.md
|
||||
COPY docs/MCS-150*.pdf /app/docs/
|
||||
|
||||
# Create data directories
|
||||
RUN mkdir -p /app/data/screenshots /app/data/documents /app/data/logs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue