agentsay commited on
Commit
ecffcc3
·
verified ·
1 Parent(s): a26393d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -12,6 +12,8 @@ RUN apt-get update && apt-get install -y \
12
 
13
  # Set working directory
14
  WORKDIR /app
 
 
15
 
16
  # Copy requirements and install
17
  COPY requirements.txt .
 
12
 
13
  # Set working directory
14
  WORKDIR /app
15
+ COPY list-of-products.pdf /app/list-of-products.pdf
16
+
17
 
18
  # Copy requirements and install
19
  COPY requirements.txt .