Fix Dockerfile: quote MCS-150 filenames with spaces
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
8ab5768606
commit
02b65fc37a
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@ 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/
|
||||
COPY "docs/MCS-150 Form.pdf" /app/docs/
|
||||
COPY "docs/MCS-150B Form.pdf" /app/docs/
|
||||
COPY "docs/MCS-150C Form.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